getDocs
list documents
Overvie
return:
DocsResponse - In case of success
Exception - In case of failure
To get the documents data we will need:
set your apiToken;
document`s token;
call the method
How to use:
Save your apiToken:
Call the getDocs method to get the DocsResponse or an error message
Example:
Last updated