You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you for your interest in contributing to this repository. Please note that this repository contains generated code. As such, we do not accept direct changes or pull requests. Instead, we encourage you to follow the guidelines below to report issues and suggest improvements.
4
+
5
+
## How to Report Issues
6
+
7
+
If you encounter any bugs or have suggestions for improvements, please open an issue on GitHub. When reporting an issue, please provide as much detail as possible to help us reproduce the problem. This includes:
8
+
9
+
- A clear and descriptive title
10
+
- Steps to reproduce the issue
11
+
- Expected and actual behavior
12
+
- Any relevant logs, screenshots, or error messages
13
+
- Information about your environment (e.g., operating system, software versions)
14
+
- For example can be collected using the `npx envinfo` command from your terminal if you have Node.js installed
15
+
16
+
## Issue Triage and Upstream Fixes
17
+
18
+
We will review and triage issues as quickly as possible. Our goal is to address bugs and incorporate improvements in the upstream source code. Fixes will be included in the next generation of the generated code.
19
+
20
+
## Contact
21
+
22
+
If you have any questions or need further assistance, please feel free to reach out by opening an issue.
*[create_free_trial](docs/sdks/organizations/README.md#create_free_trial) - Create a free trial for an organization
146
+
*[get_organization](docs/sdks/organizations/README.md#get_organization) - Get organization
146
147
*[get_organization_usage](docs/sdks/organizations/README.md#get_organization_usage) - Get billing usage summary for a particular organization
147
148
*[get_organizations](docs/sdks/organizations/README.md#get_organizations) - Get organizations for a user
148
149
@@ -168,6 +169,10 @@ asyncio.run(main())
168
169
*[get_valid_embed_access_tokens](docs/sdks/embeds/README.md#get_valid_embed_access_tokens) - Get all valid embed access tokens for the current workspace.
169
170
*[revoke_embed_access_token](docs/sdks/embeds/README.md#revoke_embed_access_token) - Revoke an embed access EmbedToken.
170
171
172
+
### [workspaces](docs/sdks/workspaces/README.md)
173
+
174
+
*[get_workspace](docs/sdks/workspaces/README.md#get_workspace) - Get workspace
175
+
171
176
### [events](docs/sdks/events/README.md)
172
177
173
178
*[get_workspace_events_by_target](docs/sdks/events/README.md#get_workspace_events_by_target) - Load recent events for a particular workspace
@@ -420,7 +425,7 @@ if res is not None:
420
425
421
426
A parameter is configured globally. This parameter may be set on the SDK client instance itself during initialization. When configured as an option during SDK initialization, This global value will be used as the default on the operations that use it. When such operations are called, there is a place in each to override the global value, if needed.
422
427
423
-
For example, you can set `workspaceID` to `"<value>"` at SDK initialization and then you do not have to pass the same value on calls to operations like `get_workspace_events_by_target`. But if you want to do so you may, which will locally override the global setting. See the example code below for a demonstration.
428
+
For example, you can set `workspaceID` to `"<value>"` at SDK initialization and then you do not have to pass the same value on calls to operations like `get_workspace`. But if you want to do so you may, which will locally override the global setting. See the example code below for a demonstration.
424
429
425
430
426
431
### Available Globals
@@ -446,11 +451,9 @@ s = Speakeasy(
446
451
)
447
452
448
453
449
-
res = s.events.get_workspace_events_by_target(request={
|`content_type`|*str*|:heavy_check_mark:| HTTP response content type for this operation |
9
+
|`status_code`|*int*|:heavy_check_mark:| HTTP response status code for this operation |
10
+
|`raw_response`|[httpx.Response](https://www.python-httpx.org/api/#response)|:heavy_check_mark:| Raw HTTP response; suitable for custom response parsing |
0 commit comments