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

createclj/s

(create data)

create-teamclj/s

(create-team params)

Add a team to an organization

Add a team to an organization
raw docstring

editor-roleclj/s


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

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

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

internal-members-team-nameclj/s


membersclj/s

(members org-name)

owners-team-nameclj/s


profileclj/s

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

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

retrieve-org-metadataclj/s

(retrieve-org-metadata username)

share-teamclj/s

(share-team team-id data)

Changes default_role permissions on a project for a team

Changes default_role permissions on a project for a team
raw docstring

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

team-infoclj/s

(team-info org-name team-id)

team-membersclj/s

(team-members team-id)

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

teams-allclj/s

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

Return all the teams for an organization.

Return all the teams for an organization.
raw docstring

updateclj/s

(update params)

update organization profile

update organization profile
raw docstring

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

× close