Noizu.Github.Api.Projects (Noizu Labs: Github API v0.5.0)

GitHub projects API.

Link to this section Summary

Functions

Add a field to an organization-owned project.

Add item to organization owned project

Create draft item for organization owned project

Create a view for an organization-owned project

Get an item for an organization owned project

List project fields for organization

List projects for organization

List items for an organization owned project

Link to this section Functions

Link to this function

add_field_for_org(project_number, org, body, options \\ nil)

Add a field to an organization-owned project.

@see https://docs.github.com/rest/projects/fields#add-a-field-to-an-organization-owned-project

Link to this function

add_field_for_user(username, project_number, body, options \\ nil)

Add field to user owned project

@see https://docs.github.com/rest/projects/fields#add-field-to-user-owned-project

Link to this function

add_item_for_org(org, project_number, body, options \\ nil)

Add item to organization owned project

@see https://docs.github.com/rest/projects/items#add-item-to-organization-owned-project

Link to this function

add_item_for_user(username, project_number, body, options \\ nil)

Add item to user owned project

@see https://docs.github.com/rest/projects/items#add-item-to-user-owned-project

Link to this function

create_draft_item_for_authenticated_user(user_id, project_number, body, options \\ nil)

Create draft item for user owned project

@see https://docs.github.com/rest/projects/drafts#create-draft-item-for-user-owned-project

Link to this function

create_draft_item_for_org(org, project_number, body, options \\ nil)

Create draft item for organization owned project

@see https://docs.github.com/rest/projects/drafts#create-draft-item-for-organization-owned-project

Link to this function

create_view_for_org(org, project_number, body, options \\ nil)

Create a view for an organization-owned project

@see https://docs.github.com/rest/projects/views#create-a-view-for-an-organization-owned-project

Link to this function

create_view_for_user(user_id, project_number, body, options \\ nil)

Create a view for a user-owned project

@see https://docs.github.com/rest/projects/views#create-a-view-for-a-user-owned-project

Link to this function

delete_item_for_org(project_number, org, item_id, options \\ nil)

Delete project item for organization

@see https://docs.github.com/rest/projects/items#delete-project-item-for-organization

Link to this function

delete_item_for_user(project_number, username, item_id, options \\ nil)

Delete project item for user

@see https://docs.github.com/rest/projects/items#delete-project-item-for-user

Link to this function

get_field_for_org(project_number, field_id, org, options \\ nil)

Get project field for organization

@see https://docs.github.com/rest/projects/fields#get-project-field-for-organization

Link to this function

get_field_for_user(project_number, field_id, username, options \\ nil)

Get project field for user

@see https://docs.github.com/rest/projects/fields#get-project-field-for-user

Link to this function

get_for_org(project_number, org, options \\ nil)

Get project for organization

@see https://docs.github.com/rest/projects/projects#get-project-for-organization

Link to this function

get_for_user(project_number, username, options \\ nil)

Get project for user

@see https://docs.github.com/rest/projects/projects#get-project-for-user

Link to this function

get_org_item(project_number, org, item_id, options \\ nil)

Get an item for an organization owned project

@see https://docs.github.com/rest/projects/items#get-an-item-for-an-organization-owned-project

Link to this function

get_user_item(project_number, username, item_id, options \\ nil)

Get an item for a user owned project

@see https://docs.github.com/rest/projects/items#get-an-item-for-a-user-owned-project

Link to this function

list_fields_for_org(project_number, org, options \\ nil)

List project fields for organization

@see https://docs.github.com/rest/projects/fields#list-project-fields-for-organization

Link to this function

list_fields_for_user(project_number, username, options \\ nil)

List project fields for user

@see https://docs.github.com/rest/projects/fields#list-project-fields-for-user

Link to this function

list_for_org(org, options \\ nil)

List projects for organization

@see https://docs.github.com/rest/projects/projects#list-projects-for-organization

Link to this function

list_for_user(username, options \\ nil)

List projects for user

@see https://docs.github.com/rest/projects/projects#list-projects-for-user

Link to this function

list_items_for_org(project_number, org, options \\ nil)

List items for an organization owned project

@see https://docs.github.com/rest/projects/items#list-items-for-an-organization-owned-project

Link to this function

list_items_for_user(project_number, username, options \\ nil)

List items for a user owned project

@see https://docs.github.com/rest/projects/items#list-items-for-a-user-owned-project

Link to this function

list_view_items_for_org(project_number, org, view_number, options \\ nil)

List items for an organization project view

@see https://docs.github.com/rest/projects/items#list-items-for-an-organization-project-view

Link to this function

list_view_items_for_user(project_number, username, view_number, options \\ nil)

List items for a user project view

@see https://docs.github.com/rest/projects/items#list-items-for-a-user-project-view

Link to this function

update_item_for_org(project_number, org, item_id, body, options \\ nil)

Update project item for organization

@see https://docs.github.com/rest/projects/items#update-project-item-for-organization

Link to this function

update_item_for_user(project_number, username, item_id, body, options \\ nil)

Update project item for user

@see https://docs.github.com/rest/projects/items#update-project-item-for-user