Commit from GitHub Actions (Publish APIs & Clients)

This commit is contained in:
asim
2021-10-22 19:32:31 +00:00
parent df88da842a
commit 036979282a
6 changed files with 38 additions and 4 deletions

View File

@@ -0,0 +1,6 @@
curl "https://api.m3o.com/v1/stream/Subscribe" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer $MICRO_API_TOKEN" \
-d '{
"topic": "events"
}'