Remove Fidor

This commit is contained in:
Mark Veidemanis 2022-05-24 08:43:44 +01:00
parent 50213a1ac2
commit f53df32eab
Signed by: m
GPG Key ID: 5ACFCEED46C0904F
2 changed files with 0 additions and 28 deletions

View File

@ -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 =

View File

@ -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.
"""