openid / sharedsignals

OpenID Shared Signals Working Group Repository
45 stars 11 forks source link

Add stream_id to the response when getting stream status #175

Closed FragLegs closed 1 month ago

FragLegs commented 1 month ago

This PR addressed issue #135 by adding stream_id to the response of a GET request for stream status. The response for a POST request already includes stream_id and it makes implementations easier if the GET and POST requests return the same object.