diff --git a/CHANGELOG.md b/CHANGELOG.md index 9c2e396..a9698be 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [10.0.1](https://github.com/centralnicgroup-opensource/rtldev-middleware-node-sdk/compare/v10.0.0...v10.0.1) (2024-11-15) + + +### Bug Fixes + +* **readme.md:** reviewed readme.md ([a0d7f7c](https://github.com/centralnicgroup-opensource/rtldev-middleware-node-sdk/commit/a0d7f7c007f059c8a1cef6977d13101646f15a30)) + # [10.0.0](https://github.com/centralnicgroup-opensource/rtldev-middleware-node-sdk/compare/v9.0.8...v10.0.0) (2024-11-15) diff --git a/docs/classes/apiclient.APIClient.html b/docs/classes/apiclient.APIClient.html index 9360f8b..61dc41c 100644 --- a/docs/classes/apiclient.APIClient.html +++ b/docs/classes/apiclient.APIClient.html @@ -1,5 +1,5 @@
Static
Readonly
socketAPI connection timeout setting
-Disable Debug Output
+Static
Readonly
socketAPI connection timeout setting
+Enable Debug Output to STDOUT
+Serialize given command for POST request including connection configuration data
+Get the proxy server configuration
+Get the referer configuration
+Get the API connection url that is currently set
+Get the User Agent
+Get the current module version
+Perform API login to start session-based communication
+Perform API logout to close API session in use
+Perform API request using the given command
+Request all pages/entries for the given query command
+Request the next page of list entries for the current list query +
Request the next page of list entries for the current list query Useful for tables
API Response of current page
Promise resolving with API Response or null in case there are no further list entries
-Reset data view back from subuser to user
+Use existing configuration out of ClientRequest session +
Apply session data (session id and system entity) to given client request session
+Set Credentials to be used for API communication
+set custom logger to use instead of default one
+set default logger to use
+Set Persistent to request session id for API communication
+Set the proxy server to use for API communication
+Set the referer to use for API communication
+Set Credentials to be used for API communication
+Set another connection url to be used for API communication
+Possibility to customize default user agent to fit your needs
+Possibility to customize default user agent to fit your needs
user agent label
revision of user agent
further modules to add to user agent string, format: ["
Current APIClient instance for method chaining
-Set a data view to a given subuser
+Activate Default Connection Setup (the default)
+
APIClient class
-