restivus-swagger
restivus-swagger copied to clipboard
Swagger plugin for Restivus REST API
When REST API is generating swagger document of endpoints from API data, it is needed to generate the users collection related endpoints too. At the moment Restivus generates other endpoints,...
Closes #22 When swagger document is created, also paths containing 'users' are needed to be included in the generated document.
In order to promote consistent coding practices, lets add an ESLint file to the project. ESLint can automatically check small details for us, either in our IDE or via a...
## Feature description Define a new [constructor for Restivus object](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/constructor), that takes swagger.json as a parameter and generates Restivus API.
When you are managing your tags in the main swagger object there is the option to add descriptions to tags. This is how it looks in yaml (swagger instagram example):...