UNPKG
@cambridge-pte/gigya
Version:
latest (3.0.5)
3.0.5
3.0.4
3.0.3
3.0.2
Fork of Scott Hvestadt's Gigya SDK for NodeJS.
github.com/cambridge-pte/gigya
cambridge-pte/gigya
@cambridge-pte/gigya
/
dist
/
lib
/
helpers
/
default-http-request.d.ts
8 lines
(7 loc)
•
226 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
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;