-
Notifications
You must be signed in to change notification settings - Fork 49
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Python 3 support #2
Comments
@spelga Thank you for your comment. Completely agree. I would like to have this be in Python 3 but do not currently have the bandwidth to do the conversion. Given this is as an open source project, anyone is welcome to port this to 3. Thank you. |
I think the code actually is compatible with Python 3. At least I'm able to run the tests using Python 3 after fixing the |
This is a fairly new repository, @cwcatherine, is backwards python compatibility a concern? I have a successful test with minimal changes here master...brooketalcott:python3 (3.6+) 3.5 is EOL in September 2020 Happy to open a PR if this is acceptable |
Does someone have a working example of this "OAuth2 Flow" I would like to post to createItemDraft and the process is kind of obnoxious, to the point where I've started paying ebay to give me working examples lol Does anyone happen to have this working with:
|
@carlcrott did you find examples for- createItemDraft as you mentioned above? I am working on something similar, would be a great help if you can provide? |
Was helpful for me, thanks. |
You are welcome to harvest bits from here or use the whole library. |
Thanks, I am struggling a little with how to use the Rest-API. I was hoping to be able to keep the token minting and the API implementations separate. I can't see how I can make an API call with an existing access-token. I already have a working solution to mint tokens (plan to extend it to be used by multiple applications) and want to be able to call, say the fulfillment API to get orders, but can't figure out how to construct the call and pass in the token and other parameters. |
Please clarify, are you struggling to:
|
Given python 2 support ceases on 01/01/2020, just 4 months away at the time of writing, it seems odd to have chosen to support python 2 at all let alone solely. It would be great to port this over to python 3.
The text was updated successfully, but these errors were encountered: