@plasma-platform/service-authors

0.0.3 • Public • Published

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>

Package Sidebar

Install

npm i @plasma-platform/service-authors

Weekly Downloads

18

Version

0.0.3

License

CC-BY-4.0

Unpacked Size

18.5 kB

Total Files

6

Last publish

Collaborators

  • alienmonster
  • ch-tm
  • viram