@plasma-platform/tm-service-properties

0.0.3 • Public • Published

Documentation

Table of Contents

PropertiesService

Properties Micro Service API that you may adopt for your needs

Parameters

messages

Object with class service messages

Type: Object

get

Get properties list

Examples

Read properties list

(async () => {
  const propertiesService = new PropertiesService('https://api.templatemonsterdev.com/properties/v1/');
  const list = await propertiesService.get();
})();

Returns PropertiesList array of properties

details

Get specific propertie

Parameters

Examples

Get propertie

(async () => {
  const propertiesService = new PropertiesService('https://api.templatemonsterdev.com/properties/v1/');
  const details = await propertiesService.details('softwareRequired');
})();

Returns Propertie propertie

Array

Properties list object

Type: PropertiesList

Properties

Propertie

Propertie object

Type: Propertie

Properties

Package Sidebar

Install

npm i @plasma-platform/tm-service-properties

Weekly Downloads

1

Version

0.0.3

License

CC-BY-4.0

Unpacked Size

1.57 MB

Total Files

35

Last publish

Collaborators

  • alienmonster
  • ch-tm
  • viram