This is an HTTP Client for the Platform SDK. The implementation makes use of got and adheres to the contracts laid out in the specification.
pnpm install @payvo/http-gotimport { Environment } from "@payvo/profiles";
import { Request } from "@payvo/http-got";
new Environment({ httpClient: new Request() });If you discover a security vulnerability within this package, please send an e-mail to security@payvo.com. All security vulnerabilities will be promptly addressed.