Closed bg451 closed 8 years ago
@bg451 :+1: to this in general. few comments:
iron-io/codegen
are pretty long. would be nice to get this down to a one-liner, and even nicer to get it into our CI pipelineexamples/
folder as wellfeel free to merge w/o an examples/
folder, but should do it soonish
@arschles cleaned up the codegen readme to be simpler, added in a basic example in the readme.
k, looks pretty good. @treeder can we get a new repo set up for all of our generated client libs? call it iron-io/gen-clients
. @bg451 prob gonna have to put this code in there. sorry for all the back & forth
seems like this will be part of a larger, sweeping change to all client libs. thanks, please re open if still relevant
I've been working on a way to automatically generate all of our client libraries so that, going into the future, we won't have to individually maintain a bunch of libraries. Anytime there's a change to the API, simply update the spec file and boom, everything is regenerated in a few seconds. The one downside as of right now is compared to our current ruby library, this isn't as smooth to use.