apinf / restivus-swagger

Swagger plugin for Restivus REST API
MIT License
15 stars 3 forks source link

Generate Restivus API from swagger.json #3

Open jykae opened 8 years ago

jykae commented 8 years ago

Feature description

Define a new constructor for Restivus object, that takes swagger.json as a parameter and generates Restivus API.

bajiat commented 8 years ago

@jykae Should this issue be closed or is it still relevant?

jykae commented 8 years ago

@bajiat this is just idea marked down for future. Now we are generating swagger.json but it could be done also other way: swagger.json -> Restivus API skeleton

jykae commented 7 years ago

Meteor REST community has implemented this idea here https://github.com/meteor-rest/generator-restivus as Yeoman generator.