Tentacat v1.6.0 Tentacat.Repositories.Projects View Source

Link to this section Summary

Functions

Create a new project for a repository

Lists the projects in a repository

Link to this section Functions

Link to this function

create(client, owner, repo, options) View Source

Create a new project for a repository

Possible values for options:

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

Example

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

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

Lists the projects in a repository

Example

Tentacat.Repositories.Projects.list client, "elixir-lang", "elixir"

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