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 field to user owned project
Add item to organization owned project
Add item to user owned project
Create draft item for user owned project
Create draft item for organization owned project
Create a view for an organization-owned project
Create a view for a user-owned project
Delete project item for organization
Delete project item for user
Get project field for organization
Get project field for user
Get project for organization
Get project for user
Get an item for an organization owned project
Get an item for a user owned project
List project fields for organization
List project fields for user
List projects for organization
List projects for user
List items for an organization owned project
List items for a user owned project
List items for an organization project view
List items for a user project view
Update project item for organization
Update project item for user
Link to this section Functions
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
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
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
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
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
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
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
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
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
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
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
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
get_for_org(project_number, org, options \\ nil)
Get project for organization
@see https://docs.github.com/rest/projects/projects#get-project-for-organization
get_for_user(project_number, username, options \\ nil)
Get project for user
@see https://docs.github.com/rest/projects/projects#get-project-for-user
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
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
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
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
list_for_org(org, options \\ nil)
List projects for organization
@see https://docs.github.com/rest/projects/projects#list-projects-for-organization
list_for_user(username, options \\ nil)
List projects for user
@see https://docs.github.com/rest/projects/projects#list-projects-for-user
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
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
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
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
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
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