UNPKG

trello-for-wolves

Version:
10 lines (9 loc) 298 B
import { AnyParams, TrelloConfig } from "../typeDefs"; /** * Constructs the endpoint for performing the API request. */ export declare function buildApiUrl({ endpoint, trelloConfig, paramsByName, }: { endpoint: string; trelloConfig: TrelloConfig; paramsByName: AnyParams; }): string;