Slide 24
Slide 24 text
Automation with Swagger
• circleci/openjdk:8-jdk-browsers
• Run java -jar swagger-codegen-cli.jar generate -l swift4 -l swagger.yaml
• Commit & push to github
• Publish your code to Github Release (to make latest build)
Upload client code to repo for api
curl -H “Authorization: token $(GITHUB_ACCESS_TOKEN)” -X POST -d
“{\”tag_name\”: \”$API_VERSION\”} -v https://github.com/repos/
#{organization name}/{repo name}/releases
API.framework