-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(vdp): add private remaining credit endpont (#331)
Because - When checking the remaining credit during execution usage collection, we need round trips to fetch the user ID (user UID->user ID (mgmt)->remaining credit (mgmt)). Moreover, we need to add an authentication layer that shouldn't be needed from a backend service. This commit - Adds a private endpoint to fetch the remaining credit. --------- Co-authored-by: droplet-bot <[email protected]>
- Loading branch information
1 parent
796a98a
commit 2eea197
Showing
3 changed files
with
35 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters