Liking cljdoc? Tell your friends :D

milia.api.organization


add-memberclj/s

(add-member org-name member)
(add-member org-name member role)

Add a user to an organization

Add a user to an organization
sourceraw docstring

add-team-memberclj/s

(add-team-member org-name team-id user)

Add a user to a team

Add a user to a team
sourceraw docstring

allclj/s

(all & [username])

List all the organizations belonging to the account making the request. When a username is provided, return only those organizations shared by both the account making the request and the user associated with the username.

List all the organizations belonging to the account making the request.
When a username is provided, return only those organizations shared by both
the account making the request and the user associated with the username.
sourceraw docstring

can-user-create-project-under-organization?clj/s

(can-user-create-project-under-organization? username-to-check organization)

Return whether a user can create projects within an organization

Return whether a user can create projects within an organization
sourceraw docstring

change-org-member-roleclj/s

(change-org-member-role member org-name event-chan)

Change the role of an organization member

Change the role of an organization member
sourceraw docstring

createclj/s

(create data)
source

create-teamclj/s

(create-team params)

Add a team to an organization

Add a team to an organization
sourceraw docstring

editor-roleclj/s

source

get-organizations-where-user-can-create-projectsclj/s

(get-organizations-where-user-can-create-projects username-to-check)
source

get-teamclj/s

(get-team org-name team-name)

Returns an Organizaion team given the team name.

Returns an Organizaion team given the team name.
sourceraw docstring

internal-members-team-nameclj/s

source

membersclj/s

(members org-name)
source

owners-team-nameclj/s

source

profileclj/s

(profile org-name & {:keys [no-cache?]})
source

remove-memberclj/s

(remove-member org-name member)
(remove-member org-name member team-id)

Remove a user from an organization or organization team

Remove a user from an organization or organization team
sourceraw docstring

retrieve-org-metadataclj/s

(retrieve-org-metadata username)
source

share-teamclj/s

(share-team team-id data)
source

single-owner-member?clj/s

(single-owner-member? org-name)

Is user only members in org with owner role?

Is user only members in org with owner role?
sourceraw docstring

single-owner?clj/s

(single-owner? team members)

Is the user the only member of the Owners team.

Is the user the only member of the Owners team.
sourceraw docstring

team-infoclj/s

(team-info org-name team-id)
source

team-membersclj/s

(team-members team-id)
source

teamsclj/s

(teams org-name)

Return the teams for an organization, removing 'members' team that is used internall by the API to store non-team based org members.

Return the teams for an organization, removing 'members' team that is used
internall by the API to store non-team based org members.
sourceraw docstring

teams-allclj/s

(teams-all)
(teams-all organization-name)

Return all the teams for an organization.

Return all the teams for an organization.
sourceraw docstring

updateclj/s

(update params)

update organization profile

update organization profile
sourceraw docstring

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

× close