A Javascript client for LeanIX
Install the library in your project
npm install leanix-js
Check here for usage examples.
API documentation for this library can be found here.
- Install the library dependencies and build it
npm install && npm run build
- Create a
lxr.json
file in the root folder of the project with the following properties:
{
"instance": "<your leanix instance, e.g. 'app.leanix.net'",
"apiToken": "<your api token>"
}
- Run or debug the example file of your choice
-
Confirm that you have created the
lxr.json
file in the root folder of your project. -
Run the command:
npm run test
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
- Paulo dos Santos - Initial work - pmrs78
See also the list of contributors who participated in this project.
This project is licensed under the MIT License - see the LICENSE.md file for details