Query parameters accepted by the browse endpoint.

interface BrowseParams {
    at?: string;
    blame?: boolean;
    limit?: number;
    noContent?: boolean;
    start?: number;
    type?: boolean;
}

Hierarchy (View Summary)

Properties

at?: string

Branch, tag, or commit SHA to browse at

blame?: boolean

If true, return blame information alongside file content

limit?: number

Maximum number of results to return per page. Bitbucket default is 25, maximum is 1000.

noContent?: boolean

If true, suppress file content in the response

start?: number

0-based index of the first result to return. Use nextPageStart from the previous response to paginate forward.

type?: boolean

If true, only the node type is returned without children