UNPKG

@superstateinc/api-key-request

Version:

Make an API request to a Superstate endpoint that requires an API key

4 lines (3 loc) 165 B
export declare const TRANSACTIONS_ENDPOINT = "v2/transactions"; export declare const SUPERSTATE_API_KEY: string; export declare const SUPERSTATE_API_SECRET: string;