2.1.0 • Published 4 months ago

@testmo/testmo-api v2.1.0

Weekly downloads
-
License
-
Repository
-
Last release
4 months ago

Testmo REST API JavaScript binding

This package provides bindings to access Testmo's REST API from JavaScript projects. The package is based on Testmo's REST API spec.

Installation

Simply install the package into your project with NPM:

npm install @testmo/testmo-api

Example

var testmo = require('@testmo/testmo-api');

// Configure API client
const client = new testmo.ApiClient();
client.basePath = process.env.TESTMO_HOST;
client.authentications['bearerAuth'].accessToken = process.env.TESTMO_TOKEN;

// Request current user
const api = new testmo.UserApi(client);
const user = await api.getCurrentUser();

console.log(user);

Documentation

The API binding is based on Testmo's REST API. Please refer to the Testmo API reference documentation to learn more:

https://docs.testmo.com/

License

Copyright (c) Testmo GmbH (Berlin, Germany) All rights reserved. contact@testmo.com www.testmo.com

2.1.0-beta.1

4 months ago

2.1.0-beta.0

4 months ago

2.1.0

4 months ago

2.0.5

5 months ago

2.0.5-beta.0

6 months ago

2.0.4-beta.0

1 year ago

2.0.4

1 year ago

2.0.3

1 year ago

2.0.3-beta.0

1 year ago

2.0.2

2 years ago

2.0.2-beta.0

2 years ago

2.0.1-beta.0

2 years ago

2.0.0-beta.0

2 years ago

2.0.0

2 years ago

1.1.0

3 years ago

1.1.0-beta.0

3 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago