Results 19 comments of Prakash D

In the documentation it is mentioned wrongly that swagger supports all rest frameworks which are 3.5+. You cannot get swagger 2+ get working with very old rest framework (i.e. 3.5+)....

I have the same issue. Works in 2.1.2 but not in 2.2.0 (no header is sent).

adding another similar issue : https://github.com/marcgibbons/django-rest-swagger/issues/757 which talks about a fix for this

There is no 2.2.1 released yet :P https://github.com/marcgibbons/django-rest-swagger/blob/master/CHANGELOG.md Use ``` SWAGGER_SETTINGS = { 'SECURITY_DEFINITIONS': { 'api_key': { 'type': 'apiKey', 'in': 'header', 'name': 'Authorization' } }, 'JSON_EDITOR': True, } ```

this is specific to 2.1.2 I guess :) It works in 2.2.0 But 2.2.0 has other issues (which is why I downgraded too)

It's definitely not a CORS issue. It works perfectly in 2.1.2. Just not in 2.2.0 There will be no JSON/YAML file generated when using django-rest-swagger

Wow in that case just include that msising pull request and plz release a version. This is very much needed. @marcgibbons

https://stackoverflow.com/questions/51703057/pyorient-querying-a-vertex-in-orientdb

https://stackoverflow.com/questions/51703088/create-an-edge-in-orientdb-without-using-raw-query