0.0.3 • Published 11 months ago

@plasma-platform/service-authors v0.0.3

Weekly downloads
-
License
CC-BY-4.0
Repository
gitlab
Last release
11 months ago

version nextVersion downloads license dependency


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

Short documentation

Table of Contents

AuthorsService

messages

object with class service messages

Type: object

searchStores

Stores - Search stores

Examples

(async () => {
  const service = new AuthorsService(url);
  const request = await service.searchStores();
})();

Returns Promise<any>

updateStore

Stores - Update store

Examples

(async () => {
  const service = new AuthorsService(url);
  const request = await service.updateStore();
})();

Returns Promise<any>