Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/feathersjs-ecosystem/feathers-swagger

Add documentation to your FeatherJS services and feed them to Swagger UI.
https://github.com/feathersjs-ecosystem/feathers-swagger

feathersjs

Last synced: 3 months ago
JSON representation

Add documentation to your FeatherJS services and feed them to Swagger UI.

Awesome Lists containing this project

README

        

# feathers-swagger

[![CI](https://github.com/feathersjs-ecosystem/feathers-swagger/actions/workflows/ci.yaml/badge.svg)](https://github.com/feathersjs-ecosystem/feathers-swagger/actions/workflows/ci.yaml)
[![Download Status](https://img.shields.io/npm/dm/feathers-swagger.svg?style=flat-square)](https://www.npmjs.com/package/feathers-swagger)

Add [OpenAPI](https://swagger.io/resources/open-api/) documentation to your Feathers services and optionally show them in the [Swagger UI](https://swagger.io/tools/swagger-ui/).

You can also add custom methods to feathers services that will be available as rest routes but not via the feathers client.

Checkout the [Documentation](https://feathersjs-ecosystem.github.io/feathers-swagger) for further information.

[Changelog](./docs/CHANGELOG.md)

## License

Copyright (c) 2016 - 2023

Licensed under the [MIT license](LICENSE).