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
@@ -117,6 +117,7 @@ end
117
117
### [Events](docs/sdks/events/README.md)
118
118
119
119
*[get_workspace_events](docs/sdks/events/README.md#get_workspace_events) - Load recent events for a particular workspace
120
+
*[get_workspace_events_by_source_revision_digest](docs/sdks/events/README.md#get_workspace_events_by_source_revision_digest) - Load events for a particular workspace and source revision digest
120
121
*[get_workspace_targets](docs/sdks/events/README.md#get_workspace_targets) - Load targets for a particular workspace
121
122
*[post_workspace_events](docs/sdks/events/README.md#post_workspace_events) - Post events for a specific workspace
122
123
<!-- End Available Resources and Operations [operations] -->
|`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 |
Copy file name to clipboardExpand all lines: docs/sdks/events/README.md
+45Lines changed: 45 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
*[get_workspace_events](#get_workspace_events) - Load recent events for a particular workspace
11
+
*[get_workspace_events_by_source_revision_digest](#get_workspace_events_by_source_revision_digest) - Load events for a particular workspace and source revision digest
11
12
*[get_workspace_targets](#get_workspace_targets) - Load targets for a particular workspace
12
13
*[post_workspace_events](#post_workspace_events) - Post events for a specific workspace
|`request`|[::SpeakeasyClientSDK::Operations::GetWorkspaceEventsBySourceRevisionDigestRequest](../../models/operations/getworkspaceeventsbysourcerevisiondigestrequest.md)|:heavy_check_mark:| The request object to use for the request. |
0 commit comments