UNPKG

@octokit/endpoint

Version:

Turns REST API endpoints into generic request options

5 lines (4 loc) 135 B
export declare function addQueryParameters(url: string, parameters: { [x: string]: string | undefined; q?: string; }): string;