@gaia-x/jsonld-http-client

1.0.0-development.1 • Public • Published

Gaia-X jsonld http-client

Simple HTTP client replacement for @digitalbazaar/http-client using axios and without relying on ky nor wasm

Usage

Install the package

npm i --save @gaia-x/jsonld-http-client

Edit package.json

{
  "overrides": {
    "@digitalbazaar/http-client": "npm:@gaia-x/jsonld-http-client"
  }
}

Your package-lock.json should show. If not the case, delete the entry, remove the node modules and npm install again

{
  "node_modules/@digitalbazaar/http-client": {
    "name": "@gaia-x/http-client",
    "version": "xxx",
    ...
  }

Package Sidebar

Install

npm i @gaia-x/jsonld-http-client

Weekly Downloads

123

Version

1.0.0-development.1

License

EPL-2.0

Unpacked Size

21.9 kB

Total Files

16

Last publish

Collaborators

  • vincentkelleher
  • arthursore
  • ysellamigx
  • adeprez
  • egavard-gaia-x