Remove Fidor
This commit is contained in:
parent
50213a1ac2
commit
f53df32eab
|
@ -21,14 +21,6 @@ refreshtoken =
|
||||||
setuptoken = 0
|
setuptoken = 0
|
||||||
callbackurl =
|
callbackurl =
|
||||||
|
|
||||||
[Fidor]
|
|
||||||
base = https://api.sandbox.fidor.com
|
|
||||||
authbase = https://apm.sandbox.fidor.com
|
|
||||||
id =
|
|
||||||
key =
|
|
||||||
refreshtoken =
|
|
||||||
authcode =
|
|
||||||
|
|
||||||
[Agora]
|
[Agora]
|
||||||
base = https://agoradesk.com/api/v1
|
base = https://agoradesk.com/api/v1
|
||||||
token =
|
token =
|
||||||
|
|
|
@ -1,20 +0,0 @@
|
||||||
# Twisted/Klein imports
|
|
||||||
|
|
||||||
# Other library imports
|
|
||||||
# import requests
|
|
||||||
# from json import dumps
|
|
||||||
|
|
||||||
# Project imports
|
|
||||||
# from settings import settings
|
|
||||||
import util
|
|
||||||
|
|
||||||
|
|
||||||
class Fidor(util.Base):
|
|
||||||
"""
|
|
||||||
Class to manage calls to the Fidor API.
|
|
||||||
"""
|
|
||||||
|
|
||||||
def authorize(self):
|
|
||||||
"""
|
|
||||||
Perform initial authorization against Fidor API.
|
|
||||||
"""
|
|
Loading…
Reference in New Issue