No description
Find a file
2026-02-24 15:03:47 +01:00
src/pydigikey Fix syntax 2026-01-07 11:32:47 +01:00
.gitignore v0.1.0 2026-01-05 11:07:10 +01:00
.python-version v0.1.0 2026-01-05 11:07:10 +01:00
example_oauth.py Document redirect_uri limitation 2026-02-24 15:03:47 +01:00
LICENSE Ready for public release 2026-01-05 12:09:02 +01:00
pyproject.toml Document redirect_uri limitation 2026-02-24 15:03:47 +01:00
README.md Document redirect_uri limitation 2026-02-24 15:03:47 +01:00
uv.lock Add product_url & note about token refresh 2026-01-06 15:47:48 +01:00

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.