Overview of PhoenixSwagger features
masterPhoenixSwagger is a library designed to integrate Swagger capabilities into the Phoenix web framework. Its core functionalities include:
- API Specification Generation: Automatically generate a Swagger API specification derived from your Phoenix router and controllers.
- Swagger UI: Serve the Swagger UI interface to interactively explore and test your API.
- Request Validation: Validate incoming requests against defined parameter schemas.
- Response Validation: Validate API responses against schemas during your test suites.