trello-for-wolves
Version:
Node.js wrapper for Trello API...for wolves.
9 lines (8 loc) • 384 B
TypeScript
import { AnyParams } from "../typeDefs";
export declare const UNCHANGED_PARAM_NAMES: string[];
/**
* Creates the query string that will be appended to the endpoint path to perform
* the request to the Trello API.
* @param queryParamsByName Params name/value object used to build query string.
*/
export declare function stringifyQueryParams(queryParamsByName: AnyParams): string;