Files
fn-serverless/clients/README.md
Travis Reeder 9f87b1ead0 Client generator update (#262)
* Generated a bunch of clients.

* Builds go client.

* Removed test line.

* Changed dependencies to fnproject/fn_go

* Fix tests.
2017-09-14 10:57:22 -07:00

528 B

build.rb will generate all clients for all Swagger supported languages.

Building and Deploying Clients

First Time

If this is your first time building the clients, you'll need to do the following:

bundle install

Every Time

Everytime the API spec is updated, be sure to bump the version number in swagger.yml, then run:

ruby build.rb

Boom. That's it.

Troubleshooting

Sometimes this will fail due to github caching or something and versions will be off. Just bump version and retry.