Commit b111bf0
feat: Introduce
* Bump generator to 1.10.1
* ci: Generate code
* Fix tests
* Bump generator to 1.10.2
* ci: Generate code
* Remove unnecessary import
* Bump generator to 1.10.3 to fix circular imports with a separate file options.py
* ci: Generate code
* Add SeamMultiWorkspace
* Add constants.py
* Add get_endpoint helper fn
* Add RequestMixin to define common make_request method
* ci: Format code
* Disable generate workflow
* Add abstract classes, add helper for getting PAT, fix create ws test
* Enforce keyword only args in WorkspacesProxy methods
* Define WorkspacesProxy outside SeamMultiWorkspace
* Fix proxy class usage
* Add SeamHttpClient class
* Adjust the routest to test new requests.Session
* Remove .yalc files
* Remove yalc.lock
* Update seam http client to inherit from requests.Session with custom response handling
* Remove endpoint rfom route clients as it's baked in the http client
* Mark certain files as not generated
* Fix client_options default value to fix linting
* Remove AbstractRequestMixin
* Swap requests for niquests
* Uncomment innit imports
* Remove duplicat SeamApiException definition
* Add docstring for client and client_options
* Revert generate-routes script
* Revert package.json
* Add AbstractSeamHttpClient
* Update client_options docstring
* Rename request.py to client.py
* Remove client and client_options params
* Update generator to 1.11.2 to update call site in route client, enable generation workflow
* ci: Generate code
* Bump generator to 1.11.3
* ci: Generate code
---------
Co-authored-by: Seam Bot <devops@getseam.com>SeamHttpClient (#51)1 parent 9b051f9 commit b111bf0
39 files changed
Lines changed: 525 additions & 325 deletions
File tree
- seam
- routes
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
This file was deleted.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments