-
Notifications
You must be signed in to change notification settings - Fork 0
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
Feat: define API client wrapping grants flow #2
Commits on Aug 19, 2023
-
* devcontainer configuration * stub out CLI app with sub-commands * pytest for testing, run in CI
Configuration menu - View commit details
-
Copy full SHA for 64f0a8a - Browse repository at this point
Copy the full SHA 64f0a8aView commit details
Commits on Aug 24, 2023
-
feat(config): get prior config path or default
last used path is stored in a separate file
Configuration menu - View commit details
-
Copy full SHA for e9341ae - Browse repository at this point
Copy the full SHA e9341aeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 07fb19d - Browse repository at this point
Copy the full SHA 07fb19dView commit details -
feat(config): command gets/sets file
replaces info command as new default
Configuration menu - View commit details
-
Copy full SHA for 318a1e3 - Browse repository at this point
Copy the full SHA 318a1e3View commit details -
Configuration menu - View commit details
-
Copy full SHA for eec5ac1 - Browse repository at this point
Copy the full SHA eec5ac1View commit details -
Configuration menu - View commit details
-
Copy full SHA for cf86f5a - Browse repository at this point
Copy the full SHA cf86f5aView commit details -
feat(config): result indicates if env, participant initialized
participant should have all auth keys for the env
Configuration menu - View commit details
-
Copy full SHA for f4d4586 - Browse repository at this point
Copy the full SHA f4d4586View commit details -
Configuration menu - View commit details
-
Copy full SHA for 91f15b7 - Browse repository at this point
Copy the full SHA 91f15b7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1f6618c - Browse repository at this point
Copy the full SHA 1f6618cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6847afa - Browse repository at this point
Copy the full SHA 6847afaView commit details -
chore(config): remove unneeded reset arg
users can delete their config or target a new file
Configuration menu - View commit details
-
Copy full SHA for 668a641 - Browse repository at this point
Copy the full SHA 668a641View commit details -
feat(api): client for client_credentials grant flow
optionally reuse an existing token
Configuration menu - View commit details
-
Copy full SHA for 532ea66 - Browse repository at this point
Copy the full SHA 532ea66View commit details -
refactor(api): use requests directly to send json body
authlib sends a form-encoded body in POST with no way to override Littlepay requires a JSON-encoded body, implement token refresh by hand
Configuration menu - View commit details
-
Copy full SHA for cb3ceef - Browse repository at this point
Copy the full SHA cb3ceefView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7e2ab8f - Browse repository at this point
Copy the full SHA 7e2ab8fView commit details