diff --git a/handler/settings.example.ini b/handler/settings.example.ini index d398426..c626898 100644 --- a/handler/settings.example.ini +++ b/handler/settings.example.ini @@ -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 = diff --git a/handler/sinks/fidor.py b/handler/sinks/fidor.py deleted file mode 100644 index 3423a91..0000000 --- a/handler/sinks/fidor.py +++ /dev/null @@ -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. - """