Skip to content
Kristijan Horvat edited this page Jan 23, 2017 · 19 revisions

Articles Module

Baasic AngularJS Articles services and their functions can be found below. For further details please check the Baasic REST API documentation.

SDK Documentation

AngularJS SDK documentation can be found on GitHub and Baasic Developer Center.

baasicArticleService

Baasic Articles Service provides an easy way to consume Baasic Articles REST API.

For more information please see articleService documentation.

baasicArticleCommentsService

Baasic Article Comments Service provides an easy way to consume Baasic Article Comments REST routes. baasicArticleCommentsService functions enable performing standard CRUD operations directly on article comment resources, whereas the baasicArticleService functions allow management between article and article comment.

For more information please see articleCommentsService documentation.

baasicArticleCommentRepliesService

Baasic Article Comment Replies Service provides an easy way to consume Baasic Article Comment Replies REST routes. baasicArticleCommentRepliesService functions enable performing standard CRUD operations directly on article comment reply resources, whereas the baasicArticleService functions allow management between article and article comment replies.

For more information please see articleCommentRepliesService documentation.

baasicArticleRatingsService

Baasic Article Ratings Service provides an easy way to consume Baasic Article Ratings REST routes. baasicArticleRatingsService functions enable performing standard CRUD operations directly on article rating resources, whereas the baasicArticleService functions allow management between article and article rating.

For more information please see articleRatingsService documentation.

baasicArticleTagsService

Baasic Article Tags Service provides an easy way to consume Baasic Article Tags REST routes. baasicArticleTagsService functions enable performing standard CRUD operations directly on article tag resources, whereas the baasicArticleService functions allow management between article and article tag.

For more information please see articleTagsService documentation.

baasicArticleSettingsService

Baasic Article Settings Service provides an easy way to consume Baasic Article Settings REST routes.

For more information please see articleSettingsService documentation.