API Client Swift package for Melbourne CocoaHeads Events API.
The only prerequisite is to install [openapi-generator], and optionally [swiftformat][swiftformat].
brew install openapi-generator swiftformat
- Generate the API client code by invoking
openapi-generator
from the root of this project. - Optionally cleanup the generated code with
swiftformat
.
openapi-generator generate -g swift4 -i https://www.melbournecocoaheads.com/api/openapi.json
swiftformat --trimwhitespace always .