@ciscospark/http-core

Core HTTP library for the Cisco Webex

Downloads in past

Stats

StarsIssuesVersionUpdatedCreatedSize
@ciscospark/http-core
1.52.25 years ago8 years agoMinified + gzip package size for @ciscospark/http-core in KB

Readme

@ciscospark/http-core
standard-readme compliant
Core HTTP library for the Cisco Webex JS SDK.

Install

npm install --save @ciscospark/http-core

Usage

detect(), detectSync()

Detects the filetype of the specified file.

request()

Same api as request with the following changes:
  • Promise-based instead of nodeback based
  • Adds an interceptors property to the options object for adding classes that intercept and modify each request
  • 4XX and 5XX responses get rejected with the appropriate subclassed Error type
  • Sensible defaults for our API ({json:true}, etc)

defaults()

Curried version of request() that produces an http client with overridden defaults.

HttpError

Child of Error (by way of Exception from @ciscospark/common). Has subclassed errors for each official HTTP status code (and 429 Too Man Requests).

Maintainers

This package is maintained by Cisco Webex for Developers.

Contribute

Pull requests welcome. Please see CONTRIBUTING.md for more details.

License

© 2016-2018 Cisco and/or its affiliates. All Rights Reserved.