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
Copy file name to clipboardExpand all lines: README.md
+6-18Lines changed: 6 additions & 18 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -95,6 +95,8 @@ end
95
95
96
96
### [Events](docs/sdks/events/README.md)
97
97
98
+
*[get_workspace_events](docs/sdks/events/README.md#get_workspace_events) - Load recent events for a particular workspace
99
+
*[get_workspace_targets](docs/sdks/events/README.md#get_workspace_targets) - Load targets for a particular workspace
98
100
*[post_workspace_events](docs/sdks/events/README.md#post_workspace_events) - Post events for a specific workspace
99
101
<!-- End Available Resources and Operations [operations] -->
100
102
@@ -125,7 +127,7 @@ The default server can also be overridden globally by passing a URL to the `serv
125
127
126
128
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.
127
129
128
-
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 `post_workspace_events`. But if you want to do so you may, which will locally override the global setting. See the example code below for a demonstration.
130
+
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`. But if you want to do so you may, which will locally override the global setting. See the example code below for a demonstration.
|`status_code`|*::Integer*|:heavy_check_mark:| HTTP response status code for this operation |
12
11
|`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 |
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 |
0 commit comments