mendixstoriessdk
v1.0.2
Published
The Mendix Stories API SDK allows you to retrieve, create and update the sprints, stories and tasks in your Mendix projects.
Downloads
7
Maintainers
Readme
Mendix Stories SDK
Nodejs SDK for the Mendix Stories APIs
The Mendix Stories API SDK allows you to retrieve, create and update the sprints, stories and tasks in your Mendix projects.
Full documentation
The full documentation can be found at https://yogendra0sharma.github.io/mendixstoriessdk
Installing the library
There are several ways to install the library. The most common one is via npm registry:
# install the latest stable library from the npm registry
npm install mendixstoriessdk --save
# install the latest alpha library from the npm registry
npm install mendixstoriessdk@latest --save