Github API - Test Config

GET /users/{username}/projects
users
projects

List user projects

Arguments
key username

username [scalar]

The handle for the GitHub user account.

API:
Github Open API
(version: 1.1.4)

state string

string [scalar]

The OpenAPI string type

API:
Github Open API
(version: 1.1.4)

key per-page

per-page [scalar]

The number of results per page (max 100).

API:
Github Open API
(version: 1.1.4)

key page

page [scalar]

Page number of the results to fetch.

API:
Github Open API
(version: 1.1.4)

Returns
200 application/json project []

project [object]

Projects are a way to organize columns and cards of work.

Attributes
body string

Body of the project

columns_url string

created_at string

html_url string

id integer

name string

Name of the project

node_id string

number integer

organization_permission string

The baseline permission that all organization members have on this project. Only present if owner is an organization.

owner_url string

private boolean

Whether or not this project can be seen by everyone. Only present if owner is an organization.

state string

State of the project; either 'open' or 'closed'

updated_at string

url string

API:
Github Open API
(version: 1.1.4)
422 validation_failed

validation_failed [scalar]

Validation failed, or the endpoint has been spammed.

API:
Github Open API
(version: 1.1.4)
API:
Github Open API
(version: 1.1.4)