2.6.0 • Published 5 years ago

@plasma-platform/service-api v2.6.0

Weekly downloads
56
License
ISC
Repository
gitlab
Last release
5 years ago

version nextVersion downloads license dependency


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

Short documentation

Table of Contents

TMMicroServiceAPI

TM Micro Service Proto API

Parameters

  • url string service url
  • token (string | null) user access token if available (optional, default null)

url

Service URL

Properties

token

User access token

Properties

  • token (string | null)? user access token if available

timeOut

timeOut for request

Properties

timeOutObjects

timeOutObjects container for timeouts

Properties

  • timeOut object? container for timeouts

messages

Object with class service messages

Type: Object

setUrl

Set url

Parameters

setToken

Set access token

Parameters

setTimeOut

Set timeOut

Parameters

  • milliseconds integer milliseconds time

setVersion

Set service version

Parameters

  • version string service version

checkVersion

Validate service version

Parameters

  • version string service version
  • Throws Error if URL do not match format Error will be thrown

Returns string version - service version

request

Fetch remote resource

Parameters

  • url string resource url
  • userOptions Object user defined options

Returns Promise Promise with server Response

tmpVersion

Service version

Properties

  • version string? service version

ErrorNotFound

Custom error message for Not Found server response

Parameters

  • message (string | null) error details (optional, default null)

ErrorServerResponse

Custom error message for abstract server response

Parameters

  • statusCode number http status code
  • statusText string http status code text
  • message (string | null) error details (optional, default null)

ErrorBadRequest

Custom error message for Bad Request server response

Parameters

  • message (string | null) error details (optional, default null)
2.6.0

5 years ago

2.5.18

5 years ago

2.5.17

6 years ago

2.5.15

6 years ago

2.5.15-alpha.0

6 years ago

2.5.14

6 years ago

2.5.17-alpha.0

6 years ago

2.5.16-alpha.0

6 years ago

2.5.14-alpha.0

6 years ago

2.5.13

6 years ago

2.5.13-alpha.0

6 years ago

2.5.12-alpha.0

6 years ago

2.5.11

6 years ago

2.5.9

6 years ago

2.5.8

6 years ago

2.5.8-alpha.0

6 years ago

2.5.7-alpha.0

6 years ago

2.5.6

6 years ago

2.5.5

6 years ago

2.5.4

6 years ago

2.7.0-alpha.0

6 years ago

2.5.3

6 years ago

2.5.2

6 years ago

2.5.1

6 years ago

2.5.0

6 years ago

2.4.10

6 years ago

2.4.9

6 years ago

2.4.8

6 years ago

2.4.7

6 years ago

2.4.6

6 years ago

2.4.5

6 years ago

2.4.4

6 years ago

2.4.3

6 years ago

2.4.2

6 years ago

2.4.1

6 years ago

2.4.0

6 years ago

2.3.17

6 years ago

2.3.16

6 years ago

2.3.15

6 years ago

2.3.14

6 years ago

2.3.13

6 years ago

2.3.12

6 years ago

2.3.11

6 years ago

2.3.10

6 years ago

2.3.9

6 years ago

2.3.8

6 years ago

2.3.7

6 years ago

2.3.6

6 years ago

2.3.5

6 years ago