Tentacat v2.2.0 Tentacat.Users.Projects View Source
Link to this section Summary
Functions
Create a new project for the authenticated user via passing a client
with necessary credentials
Lists the projects for a user
Link to this section Functions
Link to this function
create(client, options)
View Sourcecreate(Tentacat.Client.t(), list()) :: Tentacat.response()
Create a new project for the authenticated user via passing a client
with necessary credentials
Possible values for options:
- [name: "name of project board"]
- [body: "description of the project"]
Example
Tentacat.Users.Projects.create client, name: "tentacat", body: "project board for tentacat"
More info at: https://developer.github.com/v3/projects/#create-a-user-project
Link to this function
list(client, user)
View Sourcelist(Tentacat.Client.t(), binary()) :: Tentacat.response()
Lists the projects for a user
Example
Tentacat.Organizations.Projects.list client, "achiurizo"
More info at: https://developer.github.com/v3/projects/#list-organization-projects