feathers-swagger
feathers-swagger copied to clipboard
Add documentation to your FeatherJS services and feed them to Swagger UI.
It would be great to get an example of how to create a nested path. ie- `/users/:userId/posts` with `posts` having its own post/patch functionality I have been attempting the example...
We have our feathers API published under a path. Imagine something like `api.domain.com/v2` To do that, we use a reverse proxy (Traeffik) So the docs would be available under `api.domain.com/v2/docs`...
Hi, Thank you so much for the wonderful module. I have managed to get mongoose API running. However, can you advise how can we setup a custom endpoint (meaning one...
This is my doc of a service ``` { description: "Returns the Todos of a user", tag: "TODOs", definitions: { create_response: { type: "object", properties: { data: { type: "array",...
I'd love to create a PR to support pagination: https://docs.feathersjs.com/api/databases/common.html#pagination As well as to add support for 'multi' create: https://docs.feathersjs.com/api/services.html#create-data-params If I'm not missing anything, these need to be added....
I added CDN links for assets used in docs.html file
Currently operations can only be "disabled" on service level, it should also be possible from the global defaults option.
**Is your feature request related to a problem? Please describe.** Sometimes there are services that should not be added to the swagger specs, f.e. services added by feathers-distributed. See a...
Hi, With reference to issue #155, my current `filter object` does not show in the `UI`. I don't think I have made any changes.  The following are my configuration....
I might be building a new feathers app soon and since dove (v5) is around the corner, i've tried using the current pre-31 version of it. So far all almost...