Socket
Socket
Sign inDemoInstall

comprehensive-api

Package Overview
Dependencies
5
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    comprehensive-api

Comprehensive all-in-one HTTP client solution


Version published
Maintainers
1
Created

Readme

Source

Comprehensive API

Comprehensive API is a mult-functional HTTP client with defaults, intercepts, caching, pooling, retries, streaming, websocket, etc.

For more details, take a look into the Comprehensive API documentation.

SectionDescription
OverviewOverrall introduction, installation, examples.
PreviewCommented features with sample codes
ReviewArchitecture, discursions, patterns, etc.

Quick Start

Installation with NPM.

npm icomprehensive-api--save

Hook instantiate in modular context.

import { ReactEVO } from 'comprehensive-api'

const todoApi = usageApi("http://sample/todo")

const todos = await todoApi.get()

Advanced fluent features.

usageApi(settings)
   .cache(1000)
   .pooling(1000)
   .retries(3, 100) 
   .login(username, password)  
   .token(x => x.access_token) 

License

Comprehensive API is MIT licensed.

Keywords

FAQs

Last updated on 14 Aug 2022

Did you know?

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc