1.0.3 • Published 5 years ago
@satispay-authentication/node-fetch v1.0.3
@satispay-authentication/node-fetch
This module contains an helper function for wrapping a node-fetch
client in order to be used with the Satispay API.
Check:
API
wrapNodeFetch (function)
Signature:
declare export function wrapNodeFetch(args: {
keyId: string
privateKey: string
}): typeof fetch
Returns a fetch function with the same API of node-fetch
.