Liking cljdoc? Tell your friends :D

tentacles.issues

Implements the Github Issues API: http://developer.github.com/v3/issues/

Implements the Github Issues API: http://developer.github.com/v3/issues/
raw docstring

add-labelsclj

(add-labels user repo issue-id labels options)

Add labels to an issue.

Add labels to an issue.
sourceraw docstring

comment-reactionsclj

(comment-reactions user repo comment-id & [options])

Gets the reactions for a specific comment

Gets the reactions for a specific comment
sourceraw docstring

create-commentclj

(create-comment user repo issue-number body options)

Create a comment.

Create a comment.
sourceraw docstring

create-issueclj

(create-issue user repo title options)

Create an issue. Options are: milestone -- Milestone number to associate with this issue.. assignee -- A username to assign to this issue. labels -- A list of labels to associate with this issue. body -- The body text of the issue.

Create an issue.
Options are:
  milestone -- Milestone number to associate with this issue..
  assignee  -- A username to assign to this issue.
  labels    -- A list of labels to associate with this issue.
  body      -- The body text of the issue.
sourceraw docstring

create-labelclj

(create-label user repo name color options)

Create a label.

Create a label.
sourceraw docstring

create-milestoneclj

(create-milestone user repo title options)

Create a milestone. Options are: state -- open (default), closed. description -- a description string. due-on -- String ISO 8601 timestamp

Create a milestone.
Options are:
  state       -- open (default), closed.
  description -- a description string.
  due-on      -- String ISO 8601 timestamp
sourceraw docstring

delete-commentclj

(delete-comment user repo comment-id options)

Delete a comment.

Delete a comment.
sourceraw docstring

delete-labelclj

(delete-label user repo id options)

Delete a label.

Delete a label.
sourceraw docstring

delete-milestoneclj

(delete-milestone user repo id options)

Delete a milestone.

Delete a milestone.
sourceraw docstring

edit-commentclj

(edit-comment user repo comment-id body options)

Edit a comment.

Edit a comment.
sourceraw docstring

edit-issueclj

(edit-issue user repo id options)

Edit an issue. Options are: milestone -- Milestone number to associate with this issue.. assignee -- A username to assign to this issue. labels -- A list of labels to associate with this issue. Replaces the existing labels. state -- open or closed. title -- Title of the issue. body -- The body text of the issue.

Edit an issue.
Options are:
  milestone -- Milestone number to associate with this issue..
  assignee  -- A username to assign to this issue.
  labels    -- A list of labels to associate with this issue.
               Replaces the existing labels.
  state     -- open or closed.
  title     -- Title of the issue.
  body      -- The body text of the issue.
sourceraw docstring

edit-labelclj

(edit-label user repo id name color options)

Edit a label.

Edit a label.
sourceraw docstring

edit-milestoneclj

(edit-milestone user repo id title options)

Edit a milestone. Options are: state -- open (default), closed. description -- a description string. due-on -- String ISO 8601 timestamp

Edit a milestone.
Options are:
  state       -- open (default), closed.
  description -- a description string.
  due-on      -- String ISO 8601 timestamp
sourceraw docstring

issue-commentsclj

(issue-comments user repo id & [options])

List comments on an issue.

List comments on an issue.
sourceraw docstring

issue-eventsclj

(issue-events user repo id & [options])

List events for an issue.

List events for an issue.
sourceraw docstring

issue-labelsclj

(issue-labels user repo issue-id & [options])

List labels on an issue.

List labels on an issue.
sourceraw docstring

issue-reactionsclj

(issue-reactions user repo issue-id & [options])

Fetches the reactions for a specific issue

Fetches the reactions for a specific issue
sourceraw docstring

issuesclj

(issues user repo & [options])

List issues for a repository. Options are: milestone -- Milestone number, none: no milestone, *: any milestone. assignee -- A username, none: no assigned user, *: any assigned user. mentioned -- A username. state -- open (default), closed. labels -- A string of comma-separated label names. sort -- created (default), updated, comments. direction -- asc: ascending, desc (default): descending. since -- String ISO 8601 timestamp.

List issues for a repository.
Options are:
  milestone -- Milestone number,
               none: no milestone,
               *: any milestone.
  assignee  -- A username,
               none: no assigned user,
               *: any assigned user.
  mentioned -- A username.
  state     -- open (default), closed.
  labels    -- A string of comma-separated label names.
  sort      -- created (default), updated, comments.
  direction -- asc: ascending,
               desc (default): descending.
  since     -- String ISO 8601 timestamp.
sourceraw docstring

milestone-labelsclj

(milestone-labels user repo stone-id & [options])

Get labels for every issue in a milestone.

Get labels for every issue in a milestone.
sourceraw docstring

my-issuesclj

(my-issues options)

List issues for (authenticated) user. Options are: filter -- assigned: assigned to you, created: created by you, mentioned: issues that mention you, subscribed: issues that you're subscribed to. state -- open (default), closed. labels -- A string of comma-separated label names. sort -- created (default), updated, comments. direction -- asc: ascending, desc (default): descending. since -- String ISO 8601 timestamp.

List issues for (authenticated) user.
Options are:
  filter    -- assigned: assigned to you,
               created: created by you,
               mentioned: issues that mention you,
               subscribed: issues that you're subscribed to.
  state     -- open (default), closed.
  labels    -- A string of comma-separated label names.
  sort      -- created (default), updated, comments.
  direction -- asc: ascending,
               desc (default): descending.
  since     -- String ISO 8601 timestamp.
sourceraw docstring

org-issuesclj

(org-issues org & [options])

List all issues for a given organization for (authenticated) user. Options are: filter -- assigned: assigned to you, created: created by you, mentioned: issues that mention you, subscribed: issues that you're subscribed to. state -- open (default), closed. labels -- A string of comma-separated label names. sort -- created (default), updated, comments. direction -- asc: ascending, desc (default): descending. since -- String ISO 8601 timestamp.

List all issues for a given organization for (authenticated) user.
Options are:
  filter    -- assigned: assigned to you,
               created: created by you,
               mentioned: issues that mention you,
               subscribed: issues that you're subscribed to.
  state     -- open (default), closed.
  labels    -- A string of comma-separated label names.
  sort      -- created (default), updated, comments.
  direction -- asc: ascending,
               desc (default): descending.
  since     -- String ISO 8601 timestamp.
sourceraw docstring

remove-all-labelsclj

(remove-all-labels user repo issue-id options)

Remove all labels from an issue.

Remove all labels from an issue.
sourceraw docstring

remove-labelclj

(remove-label user repo issue-id label-id options)

Remove a label from an issue.

Remove a label from an issue.
sourceraw docstring

replace-labelsclj

(replace-labels user repo issue-id labels options)

Replace all labels for an issue.

Replace all labels for an issue.
sourceraw docstring

repo-eventsclj

(repo-events user repo & [options])

List events for a repository.

List events for a repository.
sourceraw docstring

repo-issue-commentsclj

(repo-issue-comments user repo & [options])

List issue comments in a repository.

List issue comments in a repository.
sourceraw docstring

repo-labelsclj

(repo-labels user repo & [options])

List labels for a repo.

List labels for a repo.
sourceraw docstring

repo-milestonesclj

(repo-milestones user repo & [options])

List milestones for a repository. Options are: state -- open (default), closed. direction -- asc, desc (default). sort -- due_date (default), completeness.

List milestones for a repository.
Options are:
  state     -- open (default), closed.
  direction -- asc, desc (default).
  sort      -- due_date (default), completeness.
sourceraw docstring

specific-commentclj

(specific-comment user repo comment-id & [options])

Get a specific comment.

Get a specific comment.
sourceraw docstring

specific-eventclj

(specific-event user repo id & [options])

Get a single, specific event.

Get a single, specific event.
sourceraw docstring

specific-issueclj

(specific-issue user repo number & [options])

Fetch a specific issue.

Fetch a specific issue.
sourceraw docstring

specific-labelclj

(specific-label user repo id & [options])

Get a specific label.

Get a specific label.
sourceraw docstring

specific-milestoneclj

(specific-milestone user repo id & [options])

Get a specific milestone.

Get a specific milestone.
sourceraw docstring

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

× close