README
Install
$ npm add verifytx-node
Usage
import { VerifyTX } from "verifytx-node"
VerifyTX.getInstance().authorize({
...options
});
Documentation
API
Class
VerifyTX
Source code:
Methods:
.view( ) ⇒
Promise<any>
View vob
▪ idstring
vob id
.vobs( ) ⇒Promise<any>
Get vobs
▪ filterany
.update( ) ⇒Promise<any>
▪ idstring
▪ dataobject
.delete( ) ⇒Promise<any>
Delete vob
▪ idstring
vob id
.reverify( ) ⇒Promise<any>
Reverify Vob
▪ idstring
reverify vob
.verify( ) ⇒Promise<any>
Request a new VOB
▪ dataobject
VOB data
.history( ) ⇒Promise<any>
View vob coverage history
▪ idstring
vob id
.relations( ) ⇒Promise<any>
Available relations
.providers( ) ⇒Promise<any>
Get available providers
▫ search?string
optional provider search
.authorize( ) ⇒Promise<IAuthorize>
Authorize api requests
▪ optionsIOptions
.refresh( ) ⇒Promise<IAuthorize>
Refresh access token