For the complete documentation index, see llms.txt. This page is also available as Markdown.

Http Module

The Http Module is a thin wrapper around the isomorphic Http Implementation axios. It mainly unifies responses such that its use is consistent.

Installation

npm i @signumjs/http
yarn add @signumjs/http
<script src='https://cdn.jsdelivr.net/npm/@signumjs/http/dist/signumjs.http.min.js'></script>

The namespace is sig$http

const coingeckoClient = sig$http.HttpClientFactory
    .createHttpClient("https://api.coingecko.com/api/v3/coins")

API Reference

Last updated