1.0.0-development.1 • Published 1 year ago

@gaia-x/jsonld-http-client v1.0.0-development.1

Weekly downloads
-
License
EPL-2.0
Repository
-
Last release
1 year ago

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",
    ...
  }