fetch
This is an HTTP Client for the Payvo SDK. The implementation makes use of cross-fetch and adheres to the contracts laid out in the specification.
Repository
Installation
1yarn add @payvo/sdk-fetch
Usage
1import { Environment } from "@payvo/sdk-profiles";2import { Request } from "@payvo/sdk-fetch";3 4new Environment({ httpClient: new Request() });
Security
If you discover a security vulnerability within this package, please send an e-mail to [email protected]. All security vulnerabilities will be promptly addressed.
Last updated 4 months ago
Edit Page