UNPKG
node-idin
Version:
latest (2.1.2)
2.1.2
2.1.1
2.1.0
2.0.3
2.0.2
1.1.1
1.0.3
1.0.2
1.0.1
1.0.0
0.10.4
0.10.3
0.10.2
0.10.1
0.10.0
0.9.0-0
NodeJS Library for iDIN (https://www.idin.nl/)
github.com/bloqhouse/node-idin
bloqhouse/node-idin
node-idin
/
dist
/
idin-request.d.ts
7 lines
(6 loc)
•
236 B
TypeScript
View Raw
1
2
3
4
5
6
7
export
interface
FetchResponseParams
{
payload
:
string
;
routingEndpoint
:
string
;
routingCert
:
string
; }
export
declare
function
fetchResponse
(
{ payload, routingCert, routingEndpoint }:
FetchResponseParams
):
Promise
<
string
>;