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.

8 lines (7 loc) 258 B
export { get, post, del, put } from './fetch'; export * from './fetch-json'; export * from './fetch-stream'; export * from './request-error'; export * from './request-options'; export * from './schema-validation-error'; export * from './standard-schema.v1';