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
*[create_free_trial](docs/sdks/organizations/README.md#create_free_trial) - Create a free trial for an organization
116
+
*[get_organization](docs/sdks/organizations/README.md#get_organization) - Get organization
116
117
*[get_organization_usage](docs/sdks/organizations/README.md#get_organization_usage) - Get billing usage summary for a particular organization
117
118
*[get_organizations](docs/sdks/organizations/README.md#get_organizations) - Get organizations for a user
118
119
@@ -138,6 +139,10 @@ end
138
139
*[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.
139
140
*[revoke_embed_access_token](docs/sdks/embeds/README.md#revoke_embed_access_token) - Revoke an embed access EmbedToken.
140
141
142
+
### [Workspaces](docs/sdks/workspaces/README.md)
143
+
144
+
*[get_workspace](docs/sdks/workspaces/README.md#get_workspace) - Get workspace
145
+
141
146
### [Events](docs/sdks/events/README.md)
142
147
143
148
*[get_workspace_events_by_target](docs/sdks/events/README.md#get_workspace_events_by_target) - Load recent events for a particular workspace
@@ -173,7 +178,7 @@ The default server can also be overridden globally by passing a URL to the `serv
173
178
174
179
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.
175
180
176
-
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.
181
+
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.
|`organization`|[T.nilable(::SpeakeasyClientSDK::Shared::Organization)](../../models/shared/organization.md)|:heavy_minus_sign:| OK |
11
+
|`status_code`|*::Integer*|:heavy_check_mark:| HTTP response status code for this operation |
12
+
|`raw_response`|[Faraday::Response](https://www.rubydoc.info/gems/faraday/Faraday/Response)|:heavy_check_mark:| Raw HTTP response; suitable for custom response parsing |
|`status_code`|*::Integer*|:heavy_check_mark:| HTTP response status code for this operation |
11
+
|`raw_response`|[Faraday::Response](https://www.rubydoc.info/gems/faraday/Faraday/Response)|:heavy_check_mark:| Raw HTTP response; suitable for custom response parsing |
12
+
|`workspace`|[T.nilable(::SpeakeasyClientSDK::Shared::Workspace)](../../models/shared/workspace.md)|:heavy_minus_sign:| OK |
0 commit comments