Product Service API
Documentation
Table of Contents
UploadsService
Uploads Micro Service API
Parameters
-
url
string service url -
token
(string | null) user access tocken if available (optional, defaultnull
)
messages
Object with class service messages
getTypes
Get Types
Examples
Get topics
(async () => {
const uploads = new UploadsService('//api.templatemonsterdev.com/uploads/v1/');
const topics = await uploads.getTopics();
})();
Returns array topics list
getMe
Get Topics
Examples
Get topics
(async () => {
const uploads = new UploadsService('//api.templatemonsterdev.com/uploads/v1/');
const topics = await uploads.getTopics();
})();
Returns array topics list