Liking cljdoc? Tell your friends :D

milia.api.project


add-starclj/s

(add-star id & {:keys [callback]})

Add star to project for this user.

Add star to project for this user.
raw docstring

add-tagsclj/s

(add-tags id tags)

Add tags to a project.

Add tags to a project.
raw docstring

allclj/s

(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.
raw docstring

createclj/s

(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.
raw docstring

deleteclj/s

(delete id)

Delete a project

Delete a project
raw docstring

filesclj/s

(files project-id & {:keys [no-cache?]})

get-formsclj/s

(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.
raw docstring

get-projectclj/s

(get-project id & {:keys [no-cache?]})

get-starredclj/s

(get-starred username)

Get projects this user has starred.

Get projects this user has starred.
raw docstring

remove-starclj/s

(remove-star id & {:keys [callback]})

Remove star from project for this user.

Remove star from project for this user.
raw docstring

shareclj/s

(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
raw docstring

starred-byclj/s

(starred-by id)

Get user that starred this project.

Get user that starred this project.
raw docstring

toggle-starclj/s

(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
raw docstring

transfer-ownerclj/s

(transfer-owner id new-owner)

Set new project owner

Set new project owner
raw docstring

updateclj/s

(update project-id data)

Update project metadata

Update project metadata
raw docstring

update-publicclj/s

(update-public projectid public)

Update the project public setting.

Update the project public setting.
raw docstring

upload-fileclj

(upload-file project-id file)

Upload file for a project

Upload file for a project
raw docstring

with-tagclj/s

(with-tag tags)

Get projects with given tags.

Get projects with given tags.
raw docstring

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

× close