Tentacat v2.2.0 Tentacat.Organizations.Projects View Source
Link to this section Summary
Link to this section Functions
Link to this function
create(client, organization, options)
View Sourcecreate(Tentacat.Client.t(), binary(), map()) :: Tentacat.response()
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
Link to this function
list(client, organization)
View Sourcelist(Tentacat.Client.t(), binary()) :: Tentacat.response()
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