No description
- Python 100%
| src/pydigikey | ||
| .gitignore | ||
| .python-version | ||
| example_oauth.py | ||
| LICENSE | ||
| pyproject.toml | ||
| README.md | ||
| uv.lock | ||
Digikey API
A fully typed, reasonably complete, Digikey api.
Limitations
Due to limitations in the Digikey OAuth (server) implementation redirect_uri cannot contain any special characters (even URI encoded), it will fail when doing post-auth redirect validation.
This is not consistent with the spec; see RFC6749#3.1.2 > RFC3986#4.3 > #3.3.
The Digikey Development team claims this is 'best-practice'. so take that for what you will.