Liking cljdoc? Tell your friends :D

tentacles.orgs

Implements the Github Orgs API: http://developer.github.com/v3/orgs/

Implements the Github Orgs API: http://developer.github.com/v3/orgs/
raw docstring

add-team-memberclj

(add-team-member id user options)

Add a team member.

Add a team member.
sourceraw docstring

add-team-repoclj

(add-team-repo id user repo options)

Add a team repo.

Add a team repo.
sourceraw docstring

concealclj

(conceal org user options)

Conceal a user's membership.

Conceal a user's membership.
sourceraw docstring

create-hookclj

(create-hook org config options)

Create a hook. Options are: events -- A sequence of event strings. Only 'push' by default. active -- true or false; determines if the hook is actually triggered on pushes.

Create a hook.
Options are:
   events -- A sequence of event strings. Only 'push' by default.
   active -- true or false; determines if the hook is actually triggered
             on pushes.
sourceraw docstring

create-teamclj

(create-team org name options)

Create a team. Options are: repo-names -- Repos that belong to this team. permission -- pull (default): team can pull but not push or admin. push: team can push and pull but not admin. admin: team can push, pull, and admin.

Create a team.
Options are:
   repo-names -- Repos that belong to this team.
   permission -- pull (default): team can pull but not push or admin.
                 push: team can push and pull but not admin.
                 admin: team can push, pull, and admin.
sourceraw docstring

delete-hookclj

(delete-hook org id options)

Delete a hook.

Delete a hook.
sourceraw docstring

delete-memberclj

(delete-member org user options)

Remove a member from all teams and eliminate access to the organization's repositories.

Remove a member from all teams and eliminate access to the organization's
repositories.
sourceraw docstring

delete-teamclj

(delete-team id options)

Delete a team.

Delete a team.
sourceraw docstring

delete-team-memberclj

(delete-team-member id user options)

Remove a team member.

Remove a team member.
sourceraw docstring

delete-team-repoclj

(delete-team-repo id user repo options)

Remove a repo from a team.

Remove a repo from a team.
sourceraw docstring

edit-hookclj

(edit-hook org id config options)

Edit an existing hook. Options are: config -- Modified config. events -- A sequence of event strings. Replaces the events. active -- true or false; determines if the hook is actually triggered on pushes.

Edit an existing hook.
Options are:
   config        -- Modified config.
   events        -- A sequence of event strings. Replaces the events.
   active        -- true or false; determines if the hook is actually
                    triggered on pushes.
sourceraw docstring

edit-orgclj

(edit-org org options)

Edit an organization. Options are: billing-email -- Billing email address. company -- The name of the company the organization belongs to. email -- Publically visible email address. location -- Organization location. name -- Name of the organization.

Edit an organization.
Options are:
   billing-email -- Billing email address.
   company       -- The name of the company the organization belongs to.
   email         -- Publically visible email address.
   location      -- Organization location.
   name          -- Name of the organization.
sourceraw docstring

edit-teamclj

(edit-team id options)

Edit a team. Options are: name -- New team name. permissions -- pull (default): team can pull but not push or admin. push: team can push and pull but not admin. admin: team can push, pull, and admin.

Edit a team.
Options are:
   name        -- New team name.
   permissions -- pull (default): team can pull but not push or admin.
                  push: team can push and pull but not admin.
                  admin: team can push, pull, and admin.
sourceraw docstring

hooksclj

(hooks org options)

List the hooks on an organization.

List the hooks on an organization.
sourceraw docstring

list-team-reposclj

(list-team-repos id options)

List the team repositories.

List the team repositories.
sourceraw docstring

member?clj

(member? org user options)

Check whether or not a user is a member.

Check whether or not a user is a member.
sourceraw docstring

membersclj

(members org & [options])

List the members in an organization. A member is a user that belongs to at least one team. If authenticated, both concealed and public members will be returned. Otherwise, only public members.

List the members in an organization. A member is a user that belongs
to at least one team. If authenticated, both concealed and public members
will be returned. Otherwise, only public members.
sourceraw docstring

orgsclj

(orgs options)

List the public and private organizations for the currently authenticated user.

List the public and private organizations for the currently
authenticated user.
sourceraw docstring

ping-hookclj

(ping-hook org id options)

Ping a hook.

Ping a hook.
sourceraw docstring

public-member?clj

(public-member? org user & [options])

Check if a user is a public member or not.

Check if a user is a public member or not.
sourceraw docstring

public-membersclj

(public-members org & [options])

List the public members of an organization.

List the public members of an organization.
sourceraw docstring

publicizeclj

(publicize org user options)

Make a user public.

Make a user public.
sourceraw docstring

reposclj

(repos org & [options])

All repositories in the organization

All repositories in the organization
sourceraw docstring

specific-hookclj

(specific-hook org id options)

Get a specific hook.

Get a specific hook.
sourceraw docstring

specific-orgclj

(specific-org org & [options])

Get a specific organization.

Get a specific organization.
sourceraw docstring

specific-teamclj

(specific-team id options)

Get a specific team.

Get a specific team.
sourceraw docstring

team-member?clj

(team-member? id user options)

Get a specific team member.

Get a specific team member.
sourceraw docstring

team-membersclj

(team-members id options)

List members of a team.

List members of a team.
sourceraw docstring

team-repo?clj

(team-repo? id user repo options)

Check if a repo is managed by this team.

Check if a repo is managed by this team.
sourceraw docstring

teamsclj

(teams org options)

List the teams for an organization.

List the teams for an organization.
sourceraw docstring

user-orgsclj

(user-orgs user)

List the public organizations for a user.

List the public organizations for a user.
sourceraw docstring

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

× close