|
|
|
|
|
by nathan_f77
4973 days ago
|
|
I'm most excited about the idea of automatic Client Bindings. I've been thinking about how cool it would be if you could dynamically generate a Ruby gem for your REST API, as well as a documentation site.
There's already grape (https://github.com/intridea/grape) and grape_doc, so it looks like 'grape_client' is the only missing piece. Imagine being able to automatically generate versioned client libraries for ruby, php, iOS, android, etc. Would be super awesome if emergentone could get behind an open source project like that. EDIT: Welp, looks like 'swagger' is way ahead of me! http://swagger.wordnik.com/ EDIT2: The grape-swagger gem is even further ahead of me! https://github.com/tim-vandecasteele/grape-swagger |
|