Details
-
Fix
-
Status: Released (View Workflow)
-
Minor
-
Resolution: Fixed
-
1.9.11, 1.10.5
-
None
Description
Current Situation
The class JobSchedulerRestClient implements the REST API with static methods. This is an easy to use implementation e.g. in Javascript jobs.
Desired Behaviour
There should also be a new class JobSchedulerRestApiClient that provides a constructor and non-static properties and methods.