Liking cljdoc? Tell your friends :D

atlassian.bitbucket.workspaces

Bitbucket Cloud Workspaces API endpoints.

Bitbucket Cloud Workspaces API endpoints.
raw docstring

get-membersclj

(get-members client workspace member)
(get-members client workspace member opts)

Get user membership for a workspace. GET /2.0/workspaces/{workspace}/members/{member} Path params: workspace, member. Query opts: passed through as query params (e.g. fields).

Get user membership for a workspace.
GET /2.0/workspaces/{workspace}/members/{member}
Path params: workspace, member.
Query opts: passed through as query params (e.g. fields).
sourceraw docstring

get-permissions-repositoriesclj

(get-permissions-repositories client workspace repo-slug)
(get-permissions-repositories client workspace repo-slug opts)

List a repository permissions for a workspace. GET /2.0/workspaces/{workspace}/permissions/repositories/{repo_slug} Path params: workspace, repo-slug. Query params: q, sort.

List a repository permissions for a workspace.
GET /2.0/workspaces/{workspace}/permissions/repositories/{repo_slug}
Path params: workspace, repo-slug.
Query params: q, sort.
sourceraw docstring

get-workspacesclj

(get-workspaces client workspace)
(get-workspaces client workspace opts)

Get a workspace. GET /2.0/workspaces/{workspace} Path params: workspace. Query opts: passed through as query params (e.g. fields).

Get a workspace.
GET /2.0/workspaces/{workspace}
Path params: workspace.
Query opts: passed through as query params (e.g. fields).
sourceraw docstring

list-membersclj

(list-members client workspace)
(list-members client workspace opts)

List users in a workspace. GET /2.0/workspaces/{workspace}/members Path params: workspace. Query opts: passed through as query params (e.g. fields).

List users in a workspace.
GET /2.0/workspaces/{workspace}/members
Path params: workspace.
Query opts: passed through as query params (e.g. fields).
sourceraw docstring

list-permissionsclj

(list-permissions client workspace)
(list-permissions client workspace opts)

List user permissions in a workspace. GET /2.0/workspaces/{workspace}/permissions Path params: workspace. Query params: q.

List user permissions in a workspace.
GET /2.0/workspaces/{workspace}/permissions
Path params: workspace.
Query params: q.
sourceraw docstring

list-permissions-repositoriesclj

(list-permissions-repositories client workspace)
(list-permissions-repositories client workspace opts)

List all repository permissions for a workspace. GET /2.0/workspaces/{workspace}/permissions/repositories Path params: workspace. Query params: q, sort.

List all repository permissions for a workspace.
GET /2.0/workspaces/{workspace}/permissions/repositories
Path params: workspace.
Query params: q, sort.
sourceraw docstring

list-permissions-workspacesclj

(list-permissions-workspaces client)
(list-permissions-workspaces client opts)

List workspaces for the current user (deprecated). GET /2.0/user/permissions/workspaces Query params: q, sort.

List workspaces for the current user (deprecated).
GET /2.0/user/permissions/workspaces
Query params: q, sort.
sourceraw docstring

list-projectsclj

(list-projects client workspace)
(list-projects client workspace opts)

List projects in a workspace. GET /2.0/workspaces/{workspace}/projects Path params: workspace. Query opts: passed through as query params (e.g. fields).

List projects in a workspace.
GET /2.0/workspaces/{workspace}/projects
Path params: workspace.
Query opts: passed through as query params (e.g. fields).
sourceraw docstring

list-settings-gpg-public-keyclj

(list-settings-gpg-public-key client workspace)
(list-settings-gpg-public-key client workspace opts)

Get the workspace system GPG public key(s). GET /2.0/workspaces/{workspace}/settings/gpg/public-key Path params: workspace. Query opts: passed through as query params (e.g. fields).

Get the workspace system GPG public key(s).
GET /2.0/workspaces/{workspace}/settings/gpg/public-key
Path params: workspace.
Query opts: passed through as query params (e.g. fields).
sourceraw docstring

list-workspacesclj

(list-workspaces client)
(list-workspaces client opts)

List workspaces for the current user. GET /2.0/user/workspaces Query params: sort, administrator.

List workspaces for the current user.
GET /2.0/user/workspaces
Query params: sort, administrator.
sourceraw docstring

list-workspaces-2clj

(list-workspaces-2 client)
(list-workspaces-2 client opts)

List workspaces for user (deprecated). GET /2.0/workspaces Query params: role, q, sort.

List workspaces for user (deprecated).
GET /2.0/workspaces
Query params: role, q, sort.
sourceraw docstring

list-workspaces-permissionclj

(list-workspaces-permission client workspace)
(list-workspaces-permission client workspace opts)

Get user permission on a workspace. GET /2.0/user/workspaces/{workspace}/permission Path params: workspace. Query opts: passed through as query params (e.g. fields).

Get user permission on a workspace.
GET /2.0/user/workspaces/{workspace}/permission
Path params: workspace.
Query opts: passed through as query params (e.g. fields).
sourceraw docstring

cljdoc builds & hosts documentation for Clojure/Script libraries

Keyboard shortcuts
Ctrl+kJump to recent docs
Move to previous article
Move to next article
Ctrl+/Jump to the search field
× close