xero-python-oauth2-starter icon indicating copy to clipboard operation
xero-python-oauth2-starter copied to clipboard

Results 13 xero-python-oauth2-starter issues
Sort by recently updated
recently updated
newest added

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...

Status: In Discussion
Type: Feature Request

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.

Status: On Hold
Type: Enhancement

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...

![image](https://github.com/XeroAPI/xero-python-oauth2-starter/assets/127061401/38d6ccc1-4e28-46d3-8e82-7575b0f7841e)