mercure.local

Mercure is a protocol allowing to push data updates to web browsers and other HTTP clients in a convenient, fast, reliable and battery-efficient way.

๐Ÿ”‘ bearer 5 endpoints messaging
๐Ÿ“„ Docs ๐Ÿ“‹ OpenAPI spec ๐Ÿ”ฌ Try in Swagger UI

No SDKs indexed for this API yet.

curl examples
Subscribe to updates
curl \
  -H "Authorization: Bearer $API_KEY" \
  http://mercure.local/.well-known/mercure
Active subscriptions
curl \
  -H "Authorization: Bearer $API_KEY" \
  http://mercure.local/.well-known/mercure/subscriptions
Active subscriptions for the given topic
curl \
  -H "Authorization: Bearer $API_KEY" \
  http://mercure.local/.well-known/mercure/subscriptions/{topic}
Endpoints (5 total)
GET
/.well-known/mercure
Subscribe to updates
GET
/.well-known/mercure/subscriptions
Active subscriptions
GET
/.well-known/mercure/subscriptions/{topic}
Active subscriptions for the given topic
GET
/.well-known/mercure/subscriptions/{topic}/{subscriber}
Active subscription for the given topic and subscriber
POST
/.well-known/mercure
Publish an update
Language coverage

No SDKs yet

At a glance
Total SDKs0
Languages0
Endpoints5
Authbearer
Categories1
http://mercure.local