@gaia-x/jsonld-http-client
v1.0.0-development.1
Published
Replacement of @digitalbazaar/http-client for jsonld without relying on ky nor wasm
Downloads
2
Readme
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",
...
}