1.0.0 • Published 1 year ago

json-rpc-client-fetch-withcredentials v1.0.0

Weekly downloads
47
License
MIT
Repository
github
Last release
1 year ago

JSON-RPC-CLIENT-FETCH-WITHCREDENTIALS

INSTALL

$ yarn add json-rpc-client-fetch-withcredentials

Open you main.js file and add the following:

import JsonRpcClient from 'json-rpc-client-fetch-withcredentials';

const client = new JsonRpcClient(<url>, <credencials>, newHeaders, debug)

client.request('method_name', {params})
.then((response) => {
    console.log(response);
})
1.0.0

1 year ago

0.9.0

4 years ago

0.8.0

5 years ago

0.7.3

5 years ago

0.7.2

5 years ago

0.7.1

5 years ago

0.7.0

5 years ago

0.6.0

5 years ago

0.5.0

6 years ago

0.4.1

6 years ago

0.4.0

6 years ago

0.3.8

6 years ago

0.3.7

6 years ago

0.3.6

6 years ago

0.3.5

6 years ago

0.3.4

6 years ago

0.3.3

6 years ago

0.3.2

6 years ago

0.3.1

6 years ago

0.3.0

6 years ago