@runloop/api-client - v1.4.0
    Preparing search index...

    Interface RepositoryListParams

    interface RepositoryListParams {
        starting_after?: string;
        limit?: number;
        name?: string;
        owner?: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    starting_after?: string
    limit?: number
    name?: string

    Filter by repository name

    owner?: string

    Filter by repository owner