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.
sourceraw docstring

add-tagsclj/s

(add-tags id tags)

Add tags to a project.

Add tags to a project.
sourceraw 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.
sourceraw 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.
sourceraw docstring

deleteclj/s

(delete id)

Delete a project

Delete a project
sourceraw docstring

filesclj/s

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

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.
sourceraw docstring

get-projectclj/s

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

get-starredclj/s

(get-starred username)

Get projects this user has starred.

Get projects this user has starred.
sourceraw docstring

remove-starclj/s

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

Remove star from project for this user.

Remove star from project for this user.
sourceraw 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
sourceraw docstring

starred-byclj/s

(starred-by id)

Get user that starred this project.

Get user that starred this project.
sourceraw 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
sourceraw docstring

transfer-ownerclj/s

(transfer-owner id new-owner)

Set new project owner

Set new project owner
sourceraw docstring

updateclj/s

(update project-id data)

Update project metadata

Update project metadata
sourceraw docstring

update-publicclj/s

(update-public projectid public)

Update the project public setting.

Update the project public setting.
sourceraw docstring

upload-fileclj

(upload-file project-id file)

Upload file for a project

Upload file for a project
sourceraw docstring

with-tagclj/s

(with-tag tags)

Get projects with given tags.

Get projects with given tags.
sourceraw docstring

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

× close