rest-api-client-sk
v1.0.3
Published
A lightweight npm package for making REST API calls without external dependencies, written in TypeScript.
Readme
SimpleRestClient
A lightweight npm package for making REST API calls without external dependencies, written in TypeScript.
Installation
npm install simple-rest-client-skCompatibility
- Node.js: Uses the
httpandhttpsmodules for requests. - Browser: Uses the Fetch API.
