Tentacat v2.2.0 Tentacat.Projects View Source

Link to this section Summary

Functions

Delete a project

Get a single project

Update the project

Link to this section Functions

Delete a project

Example

Tentacat.Projects.delete client, 12345

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

Get a single project

Example

Tentacat.Projects.find client, 12345

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

Update the project

Possible values for options:

  • name: "name of project"
  • body: "description of project"
  • state: "open"
  • organization_permission: "read"
  • private: true

Example

Tentacat.Projects.update client, %{name: "My Board", private: true}

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