Add definitions for all Nordigen API calls

This commit is contained in:
2023-03-08 18:38:53 +00:00
parent a49459da6d
commit de04f8d29b
4 changed files with 51 additions and 6 deletions

View File

@@ -131,7 +131,6 @@ class BaseClient(ABC):
"headers": DEFAULT_HEADERS,
}
print("TOKEN", self.token)
# Use the token if it's set
if self.token is not None:
cast["headers"]["Authorization"] = f"Bearer {self.token}"