Interface PlaceRepositoryDetailsQuery

Query parameters for repository driver details

interface PlaceRepositoryDetailsQuery {
    commit: string;
    driver: string;
}

Properties

Properties

commit: string

Hash of the commit being requested for the driver (required)

driver: string

URL encoded name of the driver being requested (required)