Skip to content

Enable querying of event stream metadata#36

Merged
abbiemery merged 8 commits into
mainfrom
add-event-stream-md
Nov 11, 2025
Merged

Enable querying of event stream metadata#36
abbiemery merged 8 commits into
mainfrom
add-event-stream-md

Conversation

@abbiemery

Copy link
Copy Markdown
Contributor

No description provided.

Base automatically changed from refactor-model to main November 11, 2025 10:40
@abbiemery abbiemery requested a review from tpoliaw November 11, 2025 10:42
Comment thread src/clients.rs
id: Uuid,
stream: String,
) -> ClientResult<event_stream::EventStreamMetadataRoot> {
self.request(&format!("/api/v1/metadata/{id}/{stream}"))

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should be ok for now but we should probably parse/validate/check the stream before sticking it on the end of the URL before this is made user-facing.

@abbiemery abbiemery merged commit b4a04be into main Nov 11, 2025
5 checks passed
@abbiemery abbiemery deleted the add-event-stream-md branch November 11, 2025 11:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants