V2 - Add support for the OAuth locale query parameter.
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 71
- Forks
- 14
- PR merge metrics
- No merged PRs in 30d
Description
A new locale query parameter is now available for the GET https://auth.ebay.com/oauth2/authorize OAuth endpoint. This new query parameter will allow the developer/seller to localize the OAuth consent page based on the marketplace you're targeting. See the Configuring the HTTP query parameters section of the Getting user consent page for more information on this query parameter and using the GET https://auth.ebay.com/oauth2/authorize OAuth endpoint.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the OAuth authorization-request entry point that builds requests to GET https://auth.ebay.com/oauth2/authorize. Read the linked eBay documentation for the locale query parameter and trace how existing query parameters are handled. Done means callers can provide the marketplace locale and the generated authorization URL includes it; run the existing OAuth tests, if present.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- api, authentication
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100