Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

With the introduction of ToolsOnAir REST API calls, a new path of integration has opened up, allowing you to seamlessly incorporate just:in mac into your tailored workflows. This new advancement empowers you to initiate recordings remotely, directly from external systems. By utilising ToolsOnAir REST API calls, you gain the flexibility to integrate just:in mac into your existing infrastructure with ease.

This new ToolsOnAir REST API provides almost all the features of the well-known Just Control user interface. The ToolsOnAir REST API can easily be tested with the Postman.app for macOS.

Please note that the API calls are received by the Just In Engine application, therefore the REST API of the machine running the Just In Engine application must be used.

Import into Postman by using a URL

If you use the Postman.app on the same machine as the Just In Engine application, you can use this link - http://localhost:8080/v3/api-docs - to import the ToolsOnAir REST API into the Postman App.app. Simply open the Postman App .app and use the “Import File” Option.

...

Then use the link - http://localhost:8080/v3/api-docs - and paste it into the URLfield.

...

The Postman App .app automatically detects the ToolsOnAir REST API and by pressing the “Import button” the process can be completed.

...

Afterward, the ToolsOnAir REST API can be tested with the Postman App.app. Please note that the IP address needs might need to be adjusted.

...

Use http://editor.swagger.io

In case the Postman.app is not an option, http://editor.swagger.io can be used alternatively. Analogous to the Postman App .app open the link - http://localhost:8080/v3/api-docs - on the machine where the Just In Engine application is running and copy the contents of that page. Then open http://editor.swagger.io in a browser of your choice and paste the ToolsOnAir REST API JSON content to the left side of this page. The ToolsOnAir REST API will appear on the right side of the page.

...