-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[JetpackAPIStore] use apiClient (#238)
## Summary This uses the new `apiClient`, which has the benefit of managing the Authorization header from the token, as well as creating the SecretsService client just once. I chose to avoid re-defining the SecretsService's methods again. Would prefer benefitting from the codegen we get and directly using that. ## How was it tested? `envsec ls` and `envsec set` work as before
- Loading branch information
Showing
3 changed files
with
21 additions
and
30 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