(add-star id & {:keys [callback]})
Add star to project for this user.
Add star to project for this user.
(all)
(all owner & {:keys [no-cache? logged-in-username]})
Return all project for this account and owner or the user.
Return all project for this account and owner or the user.
(create data owner)
Create a project for this account and owner or the user.
Create a project for this account and owner or the user.
(files project-id & {:keys [no-cache?]})
(get-forms id)
Get the forms for this account and owner of the user.
Get the forms for this account and owner of the user.
(get-project id & {:keys [no-cache?]})
(get-starred username)
Get projects this user has starred.
Get projects this user has starred.
(remove-star id & {:keys [callback]})
Remove star from project for this user.
Remove star from project for this user.
(share project-id username role & [remove?])
Share project with specific user or remove specific user from project
Share project with specific user or remove specific user from project
(starred-by id)
Get user that starred this project.
Get user that starred this project.
(toggle-star id star? callback)
Toggle between starred and unstarred for a user's project
Toggle between starred and unstarred for a user's project
(transfer-owner id new-owner)
Set new project owner
Set new project owner
(update-public projectid public)
Update the project public setting.
Update the project public setting.
(upload-file project-id file)
Upload file for a project
Upload file for a project
(with-tag tags)
Get projects with given tags.
Get projects with given tags.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close