Liking cljdoc? Tell your friends :D

cral.api.core.ratings


create-ratingclj

(create-rating ticket node-id body)
(create-rating ticket node-id body query-params & [opts])

Create a rating for the node with identifier node-id.
More info here.

Create a rating for the node with identifier `node-id`.\
More info [here](https://api-explorer.alfresco.com/api-explorer/?urls.primaryName=Core%20API#/ratings/createRating).
sourceraw docstring

delete-ratingclj

(delete-rating ticket node-id rating-id)

Deletes rating rating-id from node node-id.
More info here.

Deletes rating `rating-id` from node `node-id`.\
More info [here](https://api-explorer.alfresco.com/api-explorer/?urls.primaryName=Core%20API#/ratings/deleteRating).
sourceraw docstring

get-ratingclj

(get-rating ticket node-id rating-id)
(get-rating ticket node-id rating-id query-params & [opts])

Get the specific rating rating-id on node node-id.
More info here.

Get the specific rating `rating-id` on node `node-id`.\
More info [here](https://api-explorer.alfresco.com/api-explorer/?urls.primaryName=Core%20API#/ratings/getRating).
sourceraw docstring

list-ratingsclj

(list-ratings ticket node-id)
(list-ratings ticket node-id query-params & [opts])

Gets a list of ratings for node node-id.
More info here.

Gets a list of ratings for node `node-id`.\
More info [here](https://api-explorer.alfresco.com/api-explorer/?urls.primaryName=Core%20API#/ratings/listRatings).
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close