2019-12-11 10:41:27 +01:00
|
|
|
# References
|
|
|
|
|
|
|
|
This file lists all the files that are referring the swagger yaml file.
|
|
|
|
|
|
|
|
- Makefile
|
|
|
|
- `java -jar swagger-codegen-cli.jar generate -i api/harbor/swagger.yaml -l python -o harborclient`
|
|
|
|
- README
|
|
|
|
- `Harbor RESTful API` in `API` section
|
|
|
|
- docs/configure_swagger.md
|
|
|
|
- `https://raw.githubusercontent.com/goharbor/harbor/master/api/harbor/swagger.yaml`
|
|
|
|
- make/photon/portal/Dockerfile
|
2023-02-24 07:47:42 +01:00
|
|
|
- `COPY ./api/v2.0/swagger.yaml /build_dir/swagger.yaml`
|
2019-12-11 10:41:27 +01:00
|
|
|
- tests/swaggerchecker.sh
|
|
|
|
- `HARBOR_SWAGGER_FILE="https://raw.githubusercontent.com/$TRAVIS_REPO_SLUG/$TRAVIS_COMMIT/api/harbor/swagger.yaml"`
|
|
|
|
- else `HARBOR_SWAGGER_FILE="https://raw.githubusercontent.com/$TRAVIS_PULL_REQUEST_SLUG/$TRAVIS_PULL_REQUEST_SHA/api/harbor/swagger.yaml"`
|
|
|
|
|
|
|
|
|
2023-02-24 07:47:42 +01:00
|
|
|
**Notes:** Base path is the code repository root dir.
|