libraries.io
    Preparing search index...

    Interface API

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

    Properties

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