phoenix_api_docs icon indicating copy to clipboard operation
phoenix_api_docs copied to clipboard

Phoenix API Docs

Results 9 phoenix_api_docs issues
Sort by recently updated
recently updated
newest added

As indicated in the documentation, i put in the test_helper.exs this: `PhoenixApiDocs.start ExUnit.start(formatters: [ExUnit.CLIFormatter, PhoenixApiDocs.Formatter]) ` when i run **mix test**, the console show me this: `09:22:51.173 [error] GenEvent handler...

Hey @smoku, Are you able to release a 0.1.1 for the fixes that were made and to ensure this guy aligns with Elixir 1.4?

I get this error message, but I cannot deduce why it would even try to encode any model. ``` 17:15:29.912 [error] GenEvent handler PhoenixApiDocs.Formatter installed in #PID terminating ** (RuntimeError)...

In my app we strongly rely on headers (JWT authorization, pagination, etc.) and it would be great to have request and response headers values available in docs.

Some GET routes can have no request parameter, this tool fails in this case complaining: > no parameters specified, expected a nested list of parameters, one parameter per list item...

This looks great, but the API I'm building at the moment is almost entirely socket-based. Could this be extended to support that as well? (Or is there something similar for...