1.0.5 • Published 7 years ago
@plasma-platform/tm-service-uploads v1.0.5
Product Service API
Documentation
Table of Contents
UploadsService
Uploads Micro Service API
Parameters
url
string service urltoken
(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