-
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* feat: add model and client methods * fix: replace number with float * test: fix test * fix: update model with production swagger * fix: adjust headers * fix: handle optional items * fix: update model * feat: provide base for model keys * chore: add more setting keys * chore: complete setting keys * chore: use enums in model key attributes * chore: clean client interface * chore: move model to package * fix: update cli call
- Loading branch information
1 parent
2f8b32d
commit 722f614
Showing
15 changed files
with
1,612 additions
and
42 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -147,3 +147,4 @@ token.json | |
|
||
# Swagger YAML | ||
hcsdk.yaml | ||
hcsdk-production.yaml |
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
Oops, something went wrong.