-
Notifications
You must be signed in to change notification settings - Fork 63
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Complete support for REST API #2
Comments
@daffl, what do you think of |
Nice! I really like it. Looks like it already generates the basic documentation, so I think it could use something like Dox to parse the comments from a service file and set the Swagger options accordingly. |
+1 for Dox support! Although, I want to make it documentation in the code as much as possible... maybe it could read the file with Dox and then pipe the Dox output back into the I was thinking of adding documentation generation to feathers-mongoose-service, because it already has the schemas. And I was going to access |
@daffl, I just released version 0.2.0, which should pretty much support everything (for REST API) and allow complete freedom and usage of the Swagger API via the Let me know if you think this is release quality enough to be moved into the Feathers organization, if you'd like. |
For a first version this is great. You're more than welcome to move it. I can look into the documentation parsing later. |
Service's Operations:
Misc:
docs
attribute to theservice
object.The text was updated successfully, but these errors were encountered: