Remove Fidor
This commit is contained in:
@@ -21,14 +21,6 @@ refreshtoken =
|
||||
setuptoken = 0
|
||||
callbackurl =
|
||||
|
||||
[Fidor]
|
||||
base = https://api.sandbox.fidor.com
|
||||
authbase = https://apm.sandbox.fidor.com
|
||||
id =
|
||||
key =
|
||||
refreshtoken =
|
||||
authcode =
|
||||
|
||||
[Agora]
|
||||
base = https://agoradesk.com/api/v1
|
||||
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.
|
||||
"""
|
||||
Reference in New Issue
Block a user