Liking cljdoc? Tell your friends :D

cral.api.core.favorites


create-favoriteclj

(create-favorite ticket person-id body)
(create-favorite ticket person-id body query-params & [opts])

Favorite a site, file, or folder in the repository. You can use the -me- string in place of person-id to specify the currently authenticated user.
More info here.

Favorite a site, file, or folder in the repository.
You can use the **-me-** string in place of `person-id` to specify the currently authenticated user.\
More info [here](https://api-explorer.alfresco.com/api-explorer/?urls.primaryName=Core%20API#/favorites/createFavorite).
sourceraw docstring

delete-favoriteclj

(delete-favorite ticket person-id favorite-id & [opts])

Deletes favorite-id as a favorite of person person-id. You can use the -me- string in place of person-id to specify the currently authenticated user.
More info here.

Deletes `favorite-id` as a favorite of person `person-id`.
You can use the **-me-** string in place of `person-id` to specify the currently authenticated user.\
More info [here](https://api-explorer.alfresco.com/api-explorer/?urls.primaryName=Core%20API#/favorites/deleteFavorite).
sourceraw docstring

get-favoriteclj

(get-favorite ticket person-id favorite-id)
(get-favorite ticket person-id favorite-id query-params & [opts])

Gets favorite favorite-id for person person-id. You can use the -me- string in place of person-id to specify the currently authenticated user.
More info here.

Gets favorite `favorite-id` for person `person-id`.
You can use the **-me-** string in place of `person-id` to specify the currently authenticated user.\
More info [here](https://api-explorer.alfresco.com/api-explorer/?urls.primaryName=Core%20API#/favorites/getFavorite).
sourceraw docstring

list-favoritesclj

(list-favorites ticket person-id)
(list-favorites ticket person-id query-params & [opts])

Gets a list of favorites for person person-id. You can use the -me- string in place of person-id to specify the currently authenticated user.
More info here.

Gets a list of favorites for person `person-id`.
You can use the **-me-** string in place of `person-id` to specify the currently authenticated user.\
More info [here](https://api-explorer.alfresco.com/api-explorer/?urls.primaryName=Core%20API#/favorites/listFavorites).
sourceraw docstring

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

× close