Clark M

Results 3 comments of Clark M
trafficstars

Also for Django Rest Framework ensure that TokenAuthentication is added to DEFAULT_AUTHENTICATION_CLASSES so that the Token HTTP request header gets accepted. This solved the issue for me.

hi @xrg I have been looking at your code on Windows 7 / 10, Python 3.6.3 and Python 2.7 against Chrome 63.0.3239.132 and get the following issue with pickle. Works...

Using the example code from README step 4 it requests: http://partners.api.skyscanner.net/apiservices/pricing/v1.0?apiKey= API response: { "ValidationErrors": [{ "Message": "Rate limit has been exceeded: 0 PerMinute for PricingSession" }] } because Flight...