Skip to content
This repository was archived by the owner on Sep 3, 2024. It is now read-only.
This repository was archived by the owner on Sep 3, 2024. It is now read-only.

Implement List Streams #11

@thefringeninja

Description

@thefringeninja

See SQLStreamStore/SQLStreamStore#141

{
  "href": "stream/browser?{prefix}",
  "rel": "streamStore:feed-list",
  "templated": true
}
GET /stream/browser?prefix=stream HTTP/1.1
accept: application/hal+json
HTTP/1.1 200 OK
content-type: application/hal+json

{
  "_embedded": {
    "streamStore:feed": [{
      "_links": {
        "self": { "href": "../../stream/stream-123" },
        "streamStore:feed": { "href": "../../stream/stream-123" },
      }  
    }, {
      "_links": {
        "self": { "href": "../../stream/stream-456" },
        "streamStore:feed": { "href": "../../stream/stream-456" },
      }  
    }]
  }
}

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions