UNPKG

@logi.one/rest-client

Version:

This is a free, ultra-lightweight and easy to use rest client for node.js supporting JSON requests and streams with no external dependencies.

6 lines (5 loc) 177 B
export { get, post, del, put } from './fetch'; export * from './fetch-json'; export * from './fetch-stream'; export * from './request-error'; export * from './request-options';