phoenix_swagger icon indicating copy to clipboard operation
phoenix_swagger copied to clipboard

Swagger integration to Phoenix framework

Results 49 phoenix_swagger issues
Sort by recently updated
recently updated
newest added

`Mix.ex` of phoenix_swagger ```ex {:poison, "~> 2.2 or ~> 3.0", optional: true}, ``` My `Mix.ex` ```ex {:poison, "~> 5.0"}, ``` ```sh $ mix deps.get Resolving Hex dependencies... Failed to use...

When visiting travis-ci.org to view the current CI status for this project, the following message is displayed near the top of the page: > Since June 15th, 2021, the building...

In order to make the library usable in newer projects, update the stated dependency versions to allow more recent versions. Closes #269 .

In the 0.7.0 version, there was an option to disable validation in the SwaggerUI Plug: ``` scope "/api/swagger" do forward "/", PhoenixSwagger.Plug.SwaggerUI, otp_app: :myapp, swagger_file: "swagger.json", disable_validator: true end ```...

## Summary When handling url schemes (http/https), phoenix swagger currently does only take into account if there is set up a `:https` server in the endpoint config. Instead, it should...

Updating test helpers documentation to explain that only properties with `required: true` are validated on swagger schema.

Failed to use "ex_json_schema" because phoenix_swagger (version 0.8.3) requires ~> 0.7.1 mix.exs specifies ~> 0.9.1 Please Update the ex_json_schema dependency.

The last commit on the main branch is +6 months, there are many open PRs and issues. Is there any activity on this repo in terms of maintenance from the...

Hi all, is there a way to remove the host from final swagger file? I read other issues and I know that is possible to set it to empty string...