UNPKG

mapnests-node-sdk

Version:

TypeScript Node Supported SDK for Mapnests API integration (Distance Matrix, Distance Matrix Details, Geocode, Reverse Geocode)

6 lines (5 loc) 194 B
export declare function callSecureRequest(label: string, apiKey: string, origin: string, request: object): Promise<{ statusCode: number; response: string; errorMessage?: string; }>;