@plasma-platform/service-api v2.6.0
Full documentation
install:npm i @plasma-platform/service-api -S
Short documentation
Table of Contents
- TMMicroServiceAPI
- url
- token
- timeOut
- timeOutObjects
- messages
- setUrl
- setToken
- setTimeOut
- setVersion
- checkVersion
- request
- tmpVersion
- ErrorNotFound
- ErrorServerResponse
- ErrorBadRequest
TMMicroServiceAPI
TM Micro Service Proto API
Parameters
url
Service URL
Properties
servicestring url
token
User access token
Properties
token(string | null)? user access token if available
timeOut
timeOut for request
Properties
timeOutObjects
timeOutObjects container for timeouts
Properties
timeOutobject? container for timeouts
messages
Object with class service messages
Type: Object
setUrl
Set url
Parameters
urlstring
setToken
Set access token
Parameters
tokenstring access token
setTimeOut
Set timeOut
Parameters
millisecondsinteger milliseconds time
setVersion
Set service version
Parameters
versionstring service version
checkVersion
Validate service version
Parameters
versionstring service version
- Throws Error if URL do not match format Error will be thrown
Returns string version - service version
request
Fetch remote resource
Parameters
Returns Promise Promise with server Response
tmpVersion
Service version
Properties
versionstring? service version
ErrorNotFound
Custom error message for Not Found server response
Parameters
message(string | null) error details (optional, defaultnull)
ErrorServerResponse
Custom error message for abstract server response
Parameters
statusCodenumber http status codestatusTextstring http status code textmessage(string | null) error details (optional, defaultnull)
ErrorBadRequest
Custom error message for Bad Request server response
Parameters
message(string | null) error details (optional, defaultnull)
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago