Skip to content
This repository was archived by the owner on Jun 16, 2022. It is now read-only.

Latest commit

 

History

History
22 lines (14 loc) · 647 Bytes

File metadata and controls

22 lines (14 loc) · 647 Bytes

got

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.

Installation

pnpm install @payvo/http-got

Usage

import { Environment } from "@payvo/profiles";
import { Request } from "@payvo/http-got";

new Environment({ httpClient: new Request() });

Security

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.