2.6.0 • Published 4 years ago

@plasma-platform/service-api v2.6.0

Weekly downloads
56
License
ISC
Repository
gitlab
Last release
4 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

4 years ago

2.5.18

4 years ago

2.5.17

4 years ago

2.5.15

4 years ago

2.5.15-alpha.0

5 years ago

2.5.14

5 years ago

2.5.17-alpha.0

5 years ago

2.5.16-alpha.0

5 years ago

2.5.14-alpha.0

5 years ago

2.5.13

5 years ago

2.5.13-alpha.0

5 years ago

2.5.12-alpha.0

5 years ago

2.5.11

5 years ago

2.5.9

5 years ago

2.5.8

5 years ago

2.5.8-alpha.0

5 years ago

2.5.7-alpha.0

5 years ago

2.5.6

5 years ago

2.5.5

5 years ago

2.5.4

5 years ago

2.7.0-alpha.0

5 years ago

2.5.3

5 years ago

2.5.2

5 years ago

2.5.1

5 years ago

2.5.0

5 years ago

2.4.10

5 years ago

2.4.9

5 years ago

2.4.8

5 years ago

2.4.7

5 years ago

2.4.6

5 years ago

2.4.5

5 years ago

2.4.4

5 years ago

2.4.3

5 years ago

2.4.2

5 years ago

2.4.1

5 years ago

2.4.0

5 years ago

2.3.17

5 years ago

2.3.16

5 years ago

2.3.15

5 years ago

2.3.14

5 years ago

2.3.13

5 years ago

2.3.12

5 years ago

2.3.11

5 years ago

2.3.10

5 years ago

2.3.9

5 years ago

2.3.8

5 years ago

2.3.7

5 years ago

2.3.6

5 years ago

2.3.5

5 years ago