Github API - Test Config

GET /repos/{owner}/{repo}/import/authors
repos
migrations

Each type of source control system represents authors in a different way. For example, a Git commit author has a display name and an email address, but a Subversion commit author just has a username. The GitHub Importer will make the author information valid, but the author might not be correct. For example, it will change the bare Subversion username hubot into something like hubot <hubot@12341234-abab-fefe-8787-fedcba987654>.

This endpoint and the Map a commit author endpoint allow you to provide correct Git author information.
Get commit authors

Arguments
key owner

owner [scalar]

The account owner of the repository. The name is not case sensitive.

API:
Github Open API
(version: 1.1.4)

key repo

repo [scalar]

The name of the repository. The name is not case sensitive.

API:
Github Open API
(version: 1.1.4)

key since-user

since-user [scalar]

A user ID. Only return users with an ID greater than this ID.

API:
Github Open API
(version: 1.1.4)

Returns
200 application/json porter-author []

porter-author [object]

Porter Author

Attributes
email string

id integer

import_url string

name string

remote_id string

remote_name string

url string

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

not_found [scalar]

Resource not found

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

porter_maintenance [scalar]

Unavailable due to service under maintenance.

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