Prest Client

Installation
This library is published in the NPM registry and can be installed using any compatible package manager.
npm install prest-client --save
yarn add prest-client
Installation from CDN
This module has an UMD bundle available through JSDelivr and Unpkg CDNs.
<script src="https://unpkg.com/prest-client"></script>
<script src="https://cdn.jsdelivr.net/npm/prest-client"></script>
<script>
console.log(prestClient);
</script>
Documentation
Documentation generated from source files by Typedoc.
License
Released under MIT License.