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.