Description
Add the swagger DSL to your controllers and then run one mix task to generate Swagger json files.
PhoenixSwagger alternatives and similar packages
Based on the "Documentation" category.
Alternatively, view phoenix_swagger alternatives based on common mentions on social networks and blogs.
-
blue_bird
BlueBird is a library written in the Elixir programming language for the Phoenix framework. It lets you generate API documentation in the API Blueprint format from annotations in controllers and automated tests. -
Xcribe
XCribe is a doc generator for Rest APIs built with Phoenix. The documentation is generated by the test specs. Xcribe supports Swagger and ApiBlueprint formats. -
phoenix_api_docs
Generate API Blueprint documentation from controllers and tests in the Phoenix framework.
Get performance insights in less than 4 minutes.
* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest. Visit our partner's website for more details.
Do you think we are missing an alternative of PhoenixSwagger or a related project?
README
PhoenixSwagger 
PhoenixSwagger
is the library that provides swagger integration
to the phoenix web framework.
- Generate a swagger api specification from phoenix router and controllers
- Serve swagger-ui
- Validate requests against parameter schemas
- Validate responses against schemas in tests
Installation
Follow the getting started guide to install and configure PhoenixSwagger
.
Guides
See the full documentation on hexdocs.pm or browse the [docs](./docs) directory.
Contributing
Issues and pull requests welcome. You'll also find help on the #phoenix_swagger channel on the elixir-lang slack.
License
[Mozilla Public License 2.0](./LICENSE)
*Note that all licence references and agreements mentioned in the PhoenixSwagger README section above
are relevant to that project's source code only.