0.5.0 • Published 5 years ago

@plasma-platform/service-properties v0.5.0

Weekly downloads
45
License
CC-BY-4.0
Repository
gitlab
Last release
5 years ago

version nextVersion downloads license dependency


Full documentation
install:
npm i @plasma-platform/service-properties -S

Short 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

propertiesTree

Get properties by nesting level

Parameters

Examples

Get properties tree

(async () => {
  const propertiesService = new PropertiesService('https://api.templatemonsterdev.com/properties/v1/');
  const valuesTree = await propertiesService.valuesTree('topic', {expand='path'});
})();

Returns Propertie property

getTopicsTree

Get topic tree properties

Examples

Get topic tree properties

(async () => {
  const propertiesService = new PropertiesService(serviceUrl);
  const valuesTree = await propertiesService.getTopicsTree();
})();

Returns object topic tree

getTopicsTreeByTag

Get property's value tree by tag

Examples

Get topic tree properties

(async () => {
  const propertiesService = new PropertiesService(serviceUrl);
  const valuesTree = await propertiesService.getTopicsTreeByTag(tagId);
})();

Returns object topic tree

0.5.0

5 years ago

0.4.1-alpha.2

5 years ago

0.4.0

5 years ago

0.3.0

5 years ago

0.2.21

5 years ago

0.2.20

6 years ago

0.2.19

6 years ago

0.2.18

6 years ago

0.2.19-alpha.0

6 years ago

0.2.18-alpha.0

6 years ago

0.2.17

6 years ago

0.2.16

6 years ago

0.2.16-alpha.0

6 years ago

0.2.15-alpha.0

6 years ago

0.2.14

6 years ago

0.2.13

6 years ago

0.2.12

6 years ago

0.2.12-alpha.0

6 years ago

0.2.11-alpha.0

6 years ago

0.2.10

6 years ago

0.2.9

6 years ago

0.2.8

6 years ago

0.4.0-alpha.0

6 years ago

0.2.7

6 years ago

0.2.6

6 years ago

0.2.5

6 years ago

0.2.4

6 years ago

0.2.3

6 years ago

0.2.4-alpha.0

6 years ago

0.2.2

6 years ago

0.2.1

6 years ago

0.2.0

6 years ago

0.1.10

6 years ago

0.1.9

6 years ago

0.1.8

6 years ago

0.1.7

6 years ago

0.1.6

6 years ago

0.1.5

6 years ago

0.1.4

6 years ago

0.1.3

6 years ago

0.1.2

6 years ago

0.1.1

6 years ago

0.1.0

6 years ago

0.0.15

6 years ago

0.0.14

6 years ago

0.0.13

6 years ago

0.0.12

6 years ago

0.0.11

6 years ago

0.0.10

6 years ago

0.0.9

6 years ago

0.0.8

6 years ago

0.0.7

6 years ago

0.0.6

6 years ago