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
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -132,6 +132,7 @@ run();
132
132
### [events](docs/sdks/events/README.md)
133
133
134
134
*[getWorkspaceEvents](docs/sdks/events/README.md#getworkspaceevents) - Load recent events for a particular workspace
135
+
*[getWorkspaceEventsBySourceRevisionDigest](docs/sdks/events/README.md#getworkspaceeventsbysourcerevisiondigest) - Load events for a particular workspace and source revision digest
135
136
*[getWorkspaceTargets](docs/sdks/events/README.md#getworkspacetargets) - Load targets for a particular workspace
136
137
*[postWorkspaceEvents](docs/sdks/events/README.md#postworkspaceevents) - Post events for a specific workspace
137
138
<!-- End Available Resources and Operations [operations] -->
Copy file name to clipboardExpand all lines: docs/sdks/events/README.md
+47Lines changed: 47 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,7 @@ REST APIs for capturing event data
8
8
### Available Operations
9
9
10
10
*[getWorkspaceEvents](#getworkspaceevents) - Load recent events for a particular workspace
11
+
*[getWorkspaceEventsBySourceRevisionDigest](#getworkspaceeventsbysourcerevisiondigest) - Load events for a particular workspace and source revision digest
11
12
*[getWorkspaceTargets](#getworkspacetargets) - Load targets for a particular workspace
12
13
*[postWorkspaceEvents](#postworkspaceevents) - Post events for a specific workspace
|`request`|[operations.GetWorkspaceEventsBySourceRevisionDigestRequest](../../sdk/models/operations/getworkspaceeventsbysourcerevisiondigestrequest.md)|:heavy_check_mark:| The request object to use for the request. |
93
+
|`config`|[AxiosRequestConfig](https://axios-http.com/docs/req_config)|:heavy_minus_sign:| Available config options for making requests. |
0 commit comments