Tentacat v1.6.0 Tentacat.Organizations.Projects View Source

Link to this section Summary

Functions

Create a new project for an organization

Lists the projects in an organization

Link to this section Functions

Link to this function

create(client, organization, options) View Source

Create a new project for an organization

Possible values for options:

  • [name: "name of project board"]
  • [body: "description of the project"]

Example

Tentacat.Organizations.Projects.create client, "elixir-lang", name: "tentacat", body: "project board for tentacat"

More info at: https://developer.github.com/v3/projects/#create-an-organization-project

Lists the projects in an organization

Example

Tentacat.Organizations.Projects.list client, "elixir"

More info at: https://developer.github.com/v3/projects/#list-organization-projects