UNPKG

@cambridge-pte/gigya

Version:

Fork of Scott Hvestadt's Gigya SDK for NodeJS.

8 lines (7 loc) 226 B
import ProxyHttpRequest from '../interfaces/proxy-http-request'; export declare const httpMethod = "post"; /** * Make HTTP request to Gigya. */ export declare const httpRequest: ProxyHttpRequest; export default httpRequest;