1.3.4 • Published 3 years ago

@plasma-platform/service-pages v1.3.4

Weekly downloads
6
License
CC-BY-4.0
Repository
gitlab
Last release
3 years ago

version nextVersion downloads license dependency


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

Short documentation

Table of Contents

PagesService

Pages Micro Service API.

Parameters

getPageByUrl

returned information about the custom page by url

Parameters

Examples

(async () => {
  const pageService = new CartsService('https://jsonplaceholder.typicode.com/', 'dsugsahfdkljhafljkdfhajkldshfad');
})();

Returns Object Promise

getPagesIntersectionsList

returned information about intersections the custom page by url

Examples

(async () => {
  const pageService = new PagesService('https://jsonplaceholder.typicode.com/', {
locale: 'en',
conditions: [
{
attribute: 'properties.types',
value: 'WordPress Themes',
},
],
intersections: [
{
attribute: [
'properties.features',
'properties.topics',
],
value: [
'admin-panel',
],
},
],
fields: 'custom_url',
  }');
})();

Returns Object Promise

getTypeStatistics

returned statistics for type

Examples

(async () => {
  const pageService = new PagesService('https://jsonplaceholder.typicode.com/', 'dsugsahfdkljhafljkdfhajkldshfad');
})();

Returns Object Promise

getStatisticsTypesIds

returned statistics types ids

Examples

(async () => {
  const pageService = new PagesService('https://jsonplaceholder.typicode.com/', 'dsugsahfdkljhafljkdfhajkldshfad');
})();

Returns Object Promise

getPropertySuggest

returned statistics for type

Examples

(async () => {
  const pageService = new PagesService('https://jsonplaceholder.typicode.com/', 'dsugsahfdkljhafljkdfhajkldshfad');
})();

Returns Object Promise

1.3.4

3 years ago

1.3.3

3 years ago

1.3.2

3 years ago

1.3.1

3 years ago

1.3.0

5 years ago

1.2.19

5 years ago

1.2.18

6 years ago

1.2.17

6 years ago

1.2.16

6 years ago

1.2.17-alpha.0

6 years ago

1.2.16-alpha.0

6 years ago

1.2.15

6 years ago

1.2.15-alpha.0

6 years ago

1.2.14-alpha.0

6 years ago

1.2.13

6 years ago

1.2.12

6 years ago

1.2.11

6 years ago

1.2.11-alpha.0

6 years ago

1.2.10-alpha.0

6 years ago

1.2.9

6 years ago

1.2.8

6 years ago

1.2.7

6 years ago

1.4.0-alpha.0

6 years ago

1.2.6

6 years ago

1.2.5

6 years ago

1.2.4

6 years ago

1.2.3

6 years ago

1.2.2

6 years ago

1.2.1

6 years ago

1.2.0

6 years ago

1.1.10

6 years ago

1.1.9

6 years ago

1.1.8

6 years ago

1.1.7

6 years ago

1.1.6

6 years ago

1.1.5

6 years ago

1.1.4

6 years ago

1.1.3

6 years ago

1.1.2

6 years ago

1.1.1

6 years ago

1.1.0

6 years ago

1.0.12

6 years ago

1.0.11

6 years ago

1.0.10

6 years ago

1.0.9

6 years ago

1.0.8

6 years ago

1.0.7

6 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago