View Source Tentacat.Organizations.Projects (Tentacat v2.4.0)
Summary
Functions
@spec create(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
@spec list(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