Skip to content

Commit

Permalink
[FEAT] Beta paginated_api_keys function (#334)
Browse files Browse the repository at this point in the history
- Add beta functionality to retrieve a paginated list of API keys
- Clarify difference between `paginated_api_keys` and `api_keys` in docstrings
- Fix dependency vulnerabilities
  • Loading branch information
nwithan8 authored Mar 28, 2024
1 parent c746a0d commit 72a2e17
Show file tree
Hide file tree
Showing 5 changed files with 997 additions and 496 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# CHANGELOG

## Next Release

- [ADDED] Beta `paginated_api_keys` functionality to the `User` class
- Retrieves a paginated list of API keys for the authenticated user, versus `api_keys`, which returns an unpaginated list

## v5.8.0 (2022-12-01)

- [ADDED] Carrier account creation routes requests correctly for carriers that require custom workflows
Expand Down
Loading

0 comments on commit 72a2e17

Please sign in to comment.