Perform a POST request to subscribe somebody to a topic
Perform a POST request to create a topic
Perform a GET request to get message
Protected
getProtected
getOn setup, we can call getRequiredVersion and ping() to confirm that the service exists and that it is of a matching version semantically E.g. if required version is ~2.5 and the api returns 2.6.3, then no issue If returns 3.0.1, should log a warning If returns 1.0.2, should throw error saying it isn't new enough
Protected
getPerform a GET request to get topic
Perform a GET request to list messages for a topic.
Optional
readPerform a GET request to list topics for a organization. Will automatically expand latest message and owners.
Optional
readPerform a GET request to list topics for a user. Will automatically expand latest message and owners.
Ping the backend service to check that it is alive and well
Perform a PATCH request to update read statuses for a topic message
Generated using TypeDoc
Perform a POST request to create a message