Implements the Github Issues API: http://developer.github.com/v3/issues/
Implements the Github Issues API: http://developer.github.com/v3/issues/
(add-labels user repo issue-id labels options)Add labels to an issue.
Add labels to an issue.
(comment-reactions user repo comment-id & [options])Gets the reactions for a specific comment
Gets the reactions for a specific comment
(create-comment user repo issue-number body options)Create a comment.
Create a comment.
(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.
(create-label user repo name color options)Create a label.
Create a label.
(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
(delete-comment user repo comment-id options)Delete a comment.
Delete a comment.
(delete-label user repo id options)Delete a label.
Delete a label.
(delete-milestone user repo id options)Delete a milestone.
Delete a milestone.
(edit-comment user repo comment-id body options)Edit a comment.
Edit a comment.
(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.(edit-label user repo id name color options)Edit a label.
Edit a label.
(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
(issue-comments user repo id & [options])List comments on an issue.
List comments on an issue.
(issue-events user repo id & [options])List events for an issue.
List events for an issue.
(issue-labels user repo issue-id & [options])List labels on an issue.
List labels on an issue.
(issue-reactions user repo issue-id & [options])Fetches the reactions for a specific issue
Fetches the reactions for a specific issue
(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.(milestone-labels user repo stone-id & [options])Get labels for every issue in a milestone.
Get labels for every issue in a milestone.
(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.(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.(remove-all-labels user repo issue-id options)Remove all labels from an issue.
Remove all labels from an issue.
(remove-label user repo issue-id label-id options)Remove a label from an issue.
Remove a label from an issue.
(replace-labels user repo issue-id labels options)Replace all labels for an issue.
Replace all labels for an issue.
(repo-events user repo & [options])List events for a repository.
List events for a repository.
(repo-issue-comments user repo & [options])List issue comments in a repository.
List issue comments in a repository.
(repo-labels user repo & [options])List labels for a repo.
List labels for a repo.
(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.
(specific-comment user repo comment-id & [options])Get a specific comment.
Get a specific comment.
(specific-event user repo id & [options])Get a single, specific event.
Get a single, specific event.
(specific-issue user repo number & [options])Fetch a specific issue.
Fetch a specific issue.
(specific-label user repo id & [options])Get a specific label.
Get a specific label.
(specific-milestone user repo id & [options])Get a specific milestone.
Get a specific milestone.
cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |