I just discovered http://swagger.io/ for design/build/document REST APIs. There seem to be a couple of generators available to build a backend directly from a swagger.json
file. Here are a couple:
- https://atmospherejs.com/warehouseman/meteor-swagger-client
- https://github.com/zemacik/angular2-swagger-apiclient-generator
Has anyone tried swagger with these packages? Does anyone have a Howto they recommend on getting started?