@satispay-authentication/node-fetch
v1.0.3
Published
This module contains an helper function for wrapping a `node-fetch` client in order to be used with [the Satispay API](https://developers.satispay.com/reference). Check:
Downloads
6
Maintainers
Readme
@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
.