The subscribe information.
A promise that is resolved once the isSubscribed action has been performed.
Subscribes user to article comment reported updates. Returns a promise that is resolved once the subscribe action has been performed.
The subscribe information.
A promise that is resolved once the subscribe action has been performed.
Unsubscribe user from article comment reported updates. Returns a promise that is commentReported once the unSubscribe action has been performed.
The unsubscribe information.
A promise that is commentReported once the unSubscribe action has been performed.
Generated using TypeDoc
Determines whether user is subscribed to article comment reported updates. Returns a promise that is resolved once the isSubscribed action has been performed.
articleSubscriptionsCommentReportedClient.isSubscribed(data) .then(function (data) { // perform success action here }, function (response, status, headers, config) { // perform error handling here });