api/v2.0/README.md
This file lists all the files that are referring the swagger yaml file.
java -jar swagger-codegen-cli.jar generate -i api/harbor/swagger.yaml -l python -o harborclientHarbor RESTful API in API sectionhttps://raw.githubusercontent.com/goharbor/harbor/master/api/harbor/swagger.yamlCOPY ./api/v2.0/swagger.yaml /build_dir/swagger.yamlHARBOR_SWAGGER_FILE="https://raw.githubusercontent.com/$TRAVIS_REPO_SLUG/$TRAVIS_COMMIT/api/harbor/swagger.yaml"HARBOR_SWAGGER_FILE="https://raw.githubusercontent.com/$TRAVIS_PULL_REQUEST_SLUG/$TRAVIS_PULL_REQUEST_SHA/api/harbor/swagger.yaml"Notes: Base path is the code repository root dir.