1.0.0 • Published 2 years ago

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

Weekly downloads
47
License
MIT
Repository
github
Last release
2 years 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

2 years ago

0.9.0

5 years ago

0.8.0

6 years ago

0.7.3

6 years ago

0.7.2

6 years ago

0.7.1

6 years ago

0.7.0

6 years ago

0.6.0

6 years ago

0.5.0

7 years ago

0.4.1

7 years ago

0.4.0

7 years ago

0.3.8

7 years ago

0.3.7

7 years ago

0.3.6

7 years ago

0.3.5

7 years ago

0.3.4

7 years ago

0.3.3

7 years ago

0.3.2

7 years ago

0.3.1

7 years ago

0.3.0

7 years ago