Hi,
I am trying to integrate OpenSky but if i try to demo with the example file or with any other configuration, i just get None as result.
$> cat pytest.py
from opensky_api import OpenSkyApi
api = OpenSkyApi()
s = api.get_states()
print(s)
$> python pytest.py
None
$>
I used REST API, and maybe I got the unauthenticated user limits, but even even if i pass my username and password and fucks around the lib by getting the raw json I still get 'Unauthorised' as response...
Hi,
I am trying to integrate OpenSky but if i try to demo with the example file or with any other configuration, i just get
Noneas result.I used REST API, and maybe I got the unauthenticated user limits, but even even if i pass my username and password and fucks around the lib by getting the raw json I still get 'Unauthorised' as response...