melbournecocoa / cocoaheads-api-client

Cocoaheads Swift 4 API Client

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cocoaheads Swift 4 API Client

API Client Swift package for Melbourne CocoaHeads Events API.

Generating the API Client

The only prerequisite is to install [openapi-generator], and optionally [swiftformat][swiftformat].

brew install openapi-generator swiftformat
  1. Generate the API client code by invoking openapi-generator from the root of this project.
  2. Optionally cleanup the generated code with swiftformat.
openapi-generator generate -g swift4 -i https://www.melbournecocoaheads.com/api/openapi.json
swiftformat --trimwhitespace always .

About

Cocoaheads Swift 4 API Client


Languages

Language:Swift 94.4%Language:Shell 4.3%Language:Ruby 1.4%