cleanup
This commit is contained in:
parent
310e521b80
commit
b8c241b125
25
apis/sbb.py
25
apis/sbb.py
@ -27,28 +27,3 @@ class SBBWrapper:
|
|||||||
}
|
}
|
||||||
return auth
|
return auth
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
"""
|
|
||||||
sbb=SBBWrapper()
|
|
||||||
print(sbb.wrapper.get('name':'Bern'))
|
|
||||||
"""
|
|
||||||
|
|
||||||
"""
|
|
||||||
header_dict = {'api_key' : '814d86a3ffc49c350bb7dcc48cac69b3'}
|
|
||||||
|
|
||||||
response = requests.get('https://journey-maps.api.sbb.ch:443', headers=header_dict)
|
|
||||||
print(response.text)
|
|
||||||
"""
|
|
||||||
"""
|
|
||||||
header_dict = {'api_key' : 'xxxxx'}
|
|
||||||
response = requests.get('https://journey-pois-int.api.sbb.ch/', headers=header_dict)
|
|
||||||
print(response)
|
|
||||||
"""
|
|
||||||
"""
|
|
||||||
header_dict = {'key':'yourtest-outdoora-ctiveapi',
|
|
||||||
'project' : 'api-dev-oa' }
|
|
||||||
response = requests.get('http://www.outdooractive.com/api', headers=header_dict).json()
|
|
||||||
print(response)
|
|
||||||
print('finish')
|
|
||||||
"""
|
|
Loading…
x
Reference in New Issue
Block a user