Interface API

interface API {
    github: {
        repository: GitHubRepositoryAPI;
        user: GitHubUserAPI;
    };
    platform: PlatformAPI;
    project: ProjectAPI;
    user: UserAPI;
}

Properties

github: {
    repository: GitHubRepositoryAPI;
    user: GitHubUserAPI;
}
platform: PlatformAPI
project: ProjectAPI
user: UserAPI