v3.0.0
Summary
impact-client-js 3.0.0 is a complete rewrite of the impact-client-js JavaScript client for interacting with Modelon Impact. There is no upgrade guide because the API has changed completely to start off on a clean slate.
Features
- Typescript API including type definitions generated from the Modelon Impact REST API.
- Node.js support.
- Unit tests and integration tests.
- Support for access via API-key usage from outside the Modelon Impact platform.
- Example scripts, see /examples.
- Fallback API to unlock the complete REST API and only use impact-client-js for authentication, via
Client.get()
,Client.post()
,Client.put()
andClient.delete()
.
Usage
To get started, see the installation and quick-start instructions in README.md.