Skip to content

stream_id as a path parameter instead of a query parameter in event stream management endpoints #105

@ysarig1

Description

@ysarig1

In sections 7.1.1.2, 7.1.1.4, and 7.1.2 the event stream endpoints accept stream_id as a query parameter. The REST standard recommend that immutable fields like stream_id be part of the URL path not query parameters. We should consider changing the spec to use the standard notation.

There might be an issue with existing implementations that already assume that the stream_id is passed as a query parameter but most HTTP binding frameworks make such a change easy to make.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions