-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Description
I don't want to use flask in my integration scripts, which is why I'm paying an additional $10 for the custom connection.
Please supply an example of how to get the token without flask.
api_client = ApiClient(
Configuration(
debug=False,
oauth2_token=OAuth2Token(
client_id=CLIENT_ID, client_secret=CLIENT_SECRET
),
),
pool_threads=1,
)
throws an error:
xero_python.exceptions.OAuth2TokenSaverError: Invalid oauth2_token_saver=None function
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels