Julien Blondeau

Results 5 issues of Julien Blondeau

Add possibility to add an optional full swagger header by referencing a info dict to the docs method. See this commit to deal with this issue: https://github.com/lounagen/flask-restful-swagger/commit/e72ab6616a47dc1b815e55afafb0a2b14d72c582 And here is...

Hi, When you define more than 1 blueprint without the same api_prefix (for REST API versioning) and different api_spec_url (when testing a tunned api_spec_url and forgetting old /api/spec on in...

Add an OPTIONS HTTP method in addition of POST. The CORS preflight request (OPTIONS) is sent by browser when calling the POST API endpoint from ajax/axios calls