The article identifier.
The subscriber identifier.
A promise that is resolved once the isSubscribed action has been performed.
Returns a promise that is resolved once the subscribe action has been performed. This action subscribes an user to the specified article.
The article identifier.
The subscribe information.
A promise that is resolved once the subscribe action has been performed.
Returns a promise that is resolved once the unSubscribe action has been performed. This action unsubscribes a user from the specified article.
The article identifier.
The unsubscribe information.
A promise that is resolved once the unSubscribe action has been performed.
Generated using TypeDoc
Returns a promise that is resolved once the isSubscribed action has been performed. This action checks if a user is subscribed to the specified article.
articleSubscriptionsArticleClient.subscribe(article, user) .then(function (data) { // perform success action here }, function (response, status, headers, config) { // perform error handling here });