useresponse
v0.0.1
Published
A useresponse API client
Downloads
99
Readme
useresponse 
A useresponse API client. For a documentation on the API see https://api.useresponse.com.
Installation
Run yarn add useresponse or npm install useresponse.
Usage
A complete documentation is available at https://ffflorian.github.io/api-clients/packages/useresponse/.
Example
import {UseResponse} from 'useresponse';
const useResponse = new UseResponse();
useResponse
.api.search.searchPackage('useresponse')
.then(data => {
...
});
useResponse
.api.search.getSuggestions('useresponse')
.then(data => {
...
});Build
yarn
yarn dist