Socket
Book a DemoInstallSign in
Socket

@api-sdk-creator/http-api-client

Package Overview
Dependencies
Maintainers
3
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@api-sdk-creator/http-api-client

HTTP client for SDKs

latest
Source
npmnpm
Version
0.3.1
Version published
Maintainers
3
Created
Source

http-api-client

A Javascript library that can be used as a foundation to build clients (SDKs) for HTTP based APIs.

Typescript definitions are included for using this library in TS projects, or to aid IDEs with code completion.

:memo:This library is still in active development and may break compatibility in future releases

Usage

$ npm install @api-sdk-creator/http-api-client

# pick the HTTPClient implementation, for example
$ npm install @api-sdk-creator/axios-http-client

Motivation

To understand the motivation behind building this library, and the design decisions, see the motivation doc

Docs

// TODO

Examples

// TODO

FAQs

Package last updated on 13 Feb 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts