xero-python-oauth2-starter
xero-python-oauth2-starter copied to clipboard
How do I setup the environment on windows? The documentation seems not specify how to run "source venv/bin/activate" on windows and "source venv/bin/activate" returns: The term 'source' is not recognized...
Updated instructions for Windows users
I am having hard time parsing Json response from Trial balances and Journals API. Is there any python library or function available to format Json response from Trial Balances or...
https://github.com/xero-github/xero-python-oauth-starter/blob/b3e48ce9d87d1515799eac602301e453b7ac937b/app.py#L16 We should make use of the `https://identity.xero.com/.well-known/openid-configuration` for the token URLs, in case they ever need to be changed.
I followed the Xero "[Up and Running with xero-python-oauth2-starter project](https://www.youtube.com/watch?v=i8JWtbMo90M&ab_channel=XeroDeveloper)" tutorial on youtube. I have tried to implement it multiple times and it just doesn't work. There are multiple comments...
If you get `AttributeError: 'Flask' object has no attribute 'session_cookie_name'` then simply `pip install --upgrade flask-session flask-oauthlib`
### Problem When running the application, it throws a 500 error: ``` Traceback (most recent call last): File "/home/santi/.virtualenvs/xero-python/lib/python3.10/site-packages/flask/app.py", line 2189, in wsgi_app ctx.push() File "/home/santi/.virtualenvs/xero-python/lib/python3.10/site-packages/flask/ctx.py", line 377, in push...
I had to modify the code in the deserializer.py on line 216, as the api is returning the datetime in the ISO 8601 format, it seemed to only work when...
