UNPKG
@superstateinc/api-key-request
Version:
latest (0.1.4)
0.1.4
0.1.3
0.1.2
0.1.1
0.1.0
Make an API request to a Superstate endpoint that requires an API key
@superstateinc/api-key-request
/
example.d.ts
4 lines
(3 loc)
•
165 B
TypeScript
View Raw
1
2
3
4
export
declare
const
TRANSACTIONS_ENDPOINT
=
"v2/transactions"
;
export
declare
const
SUPERSTATE_API_KEY
:
string
;
export
declare
const
SUPERSTATE_API_SECRET
:
string
;