Skip to content

Authentication

Thijs Kok edited this page Dec 9, 2021 · 1 revision

If you haven't done so, make sure to create an API token in TestMonitor.

Start with a new client instance by providing your TestMonitor domain and API token:

Client client = new Client("example.testmonitor.com", "t0ps3cr3t")

Now you can start interacting with TestMonitor.

Clone this wiki locally