21 lines
348 B
Python
21 lines
348 B
Python
# 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.
|
|
"""
|