All Projects → xerions → Phoenix_swagger

xerions / Phoenix_swagger

Licence: mpl-2.0
Swagger integration to Phoenix framework

Programming Languages

elixir
2628 projects

Projects that are alternatives of or similar to Phoenix swagger

Rolodex
📇API Documentation Generator for Phoenix
Stars: ✭ 34 (-93.62%)
Mutual labels:  swagger, phoenix
Create Openapi Repo
🤖 Generator for GH repo to help you manage the OpenAPI definition lifecycle
Stars: ✭ 513 (-3.75%)
Mutual labels:  swagger
Goa
Design-based APIs and microservices in Go
Stars: ✭ 4,493 (+742.96%)
Mutual labels:  swagger
Swagger Ui Themes
💥 A collection of css themes to spice up your Swagger docs
Stars: ✭ 470 (-11.82%)
Mutual labels:  swagger
Swagger Ui
Swagger UI is a collection of HTML, JavaScript, and CSS assets that dynamically generate beautiful documentation from a Swagger-compliant API.
Stars: ✭ 21,279 (+3892.31%)
Mutual labels:  swagger
Awesome Phoenix
🔥 Collection of awesome open-source apps made with Phoenix Framework
Stars: ✭ 481 (-9.76%)
Mutual labels:  phoenix
Mini Shop Server
基于 Flask 框架开发的微信小程序后端项目,用于构建小程序商城后台 (电商相关;rbac权限管理;附带自动生成Swagger 风格的API 文档;可作「Python 项目毕设」;慕课网系列)---- 相关博客链接:🌟
Stars: ✭ 446 (-16.32%)
Mutual labels:  swagger
Bodyguard
Simple authorization conventions for Phoenix apps
Stars: ✭ 523 (-1.88%)
Mutual labels:  phoenix
Swagger Py Codegen
a Python web framework generator supports Flask, Tornado, Falcon, Sanic
Stars: ✭ 508 (-4.69%)
Mutual labels:  swagger
Awesome Openapi3
😎 A list of awesome projects related to OpenAPI 3.0.x, curated by the community
Stars: ✭ 469 (-12.01%)
Mutual labels:  swagger
Swagger Parser
Swagger Spec to Java POJOs
Stars: ✭ 468 (-12.2%)
Mutual labels:  swagger
Full Stack
Full stack, modern web application generator. Using Flask, PostgreSQL DB, Docker, Swagger, automatic HTTPS and more.
Stars: ✭ 451 (-15.38%)
Mutual labels:  swagger
Zally
A minimalistic, simple-to-use API linter
Stars: ✭ 499 (-6.38%)
Mutual labels:  swagger
Nswag
The Swagger/OpenAPI toolchain for .NET, ASP.NET Core and TypeScript.
Stars: ✭ 4,825 (+805.25%)
Mutual labels:  swagger
Equinoxproject
Full ASP.NET Core 5 application with DDD, CQRS and Event Sourcing concepts
Stars: ✭ 5,120 (+860.6%)
Mutual labels:  swagger
Rapidoc
RapiDoc - Custom-Element for OpenAPI Spec
Stars: ✭ 444 (-16.7%)
Mutual labels:  swagger
Studio
The modern editor for API Design and Technical Writing.
Stars: ✭ 459 (-13.88%)
Mutual labels:  swagger
Remote retro
Free, world-class retrospectives
Stars: ✭ 474 (-11.07%)
Mutual labels:  phoenix
Spec Tools
Clojure(Script) tools for clojure.spec
Stars: ✭ 524 (-1.69%)
Mutual labels:  swagger
Oas Kit
Convert Swagger 2.0 definitions to OpenAPI 3.0 and resolve/validate/lint
Stars: ✭ 516 (-3.19%)
Mutual labels:  swagger

PhoenixSwagger Build Status

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 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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].