Class
VerifyTXSource code:
Methods:
.view( ) ⇒
Promise<any>
View vob
▪ idstringvob id
.vobs( ) ⇒Promise<any>
Get vobs
▪ filterany
.update( ) ⇒Promise<any>
▪ idstring
▪ dataobject
.delete( ) ⇒Promise<any>
Delete vob
▪ idstringvob id
.reverify( ) ⇒Promise<any>
Reverify Vob
▪ idstringreverify vob
.verify( ) ⇒Promise<any>
Request a new VOB
▪ dataobjectVOB data
.history( ) ⇒Promise<any>
View vob coverage history
▪ idstringvob id
.relations( ) ⇒Promise<any>
Available relations
.providers( ) ⇒Promise<any>
Get available providers
▫ search?stringoptional provider search
.authorize( ) ⇒Promise<IAuthorize>
Authorize api requests
▪ optionsIOptions
.refresh( ) ⇒Promise<IAuthorize>
Refresh access token
Generated using TypeDoc