2022-02-28 20:02:02 +00:00
|
|
|
# Twisted/Klein imports
|
|
|
|
|
|
|
|
# Other library imports
|
|
|
|
# import requests
|
|
|
|
# from json import dumps
|
|
|
|
|
|
|
|
# Project imports
|
|
|
|
# from settings import settings
|
2022-03-05 21:52:31 +00:00
|
|
|
import util
|
2022-02-28 20:02:02 +00:00
|
|
|
|
|
|
|
|
2022-03-05 21:52:31 +00:00
|
|
|
class Fidor(util.Base):
|
2022-02-28 20:02:02 +00:00
|
|
|
"""
|
|
|
|
Class to manage calls to the Fidor API.
|
|
|
|
"""
|
|
|
|
|
|
|
|
def authorize(self):
|
|
|
|
"""
|
|
|
|
Perform initial authorization against Fidor API.
|
|
|
|
"""
|