mindsphere / mindconnect-nodejs

NodeJS Library for Industrial IoT Connectivity - TypeScript SDK for Industrial IoT - Command Line Interface - Development Proxy - typescript-sdk is waiting for your contributions!
https://developer.siemens.com/industrial-iot-open-source/index.html
MIT License
68 stars 23 forks source link

feat MindSphere Open Edge - Device Management Client #264

Closed sn0wcat closed 3 years ago

sn0wcat commented 3 years ago

Here is a good first issue 😸

[0] Comment on this issue that you will take care of this feature impementation ;) [1] fork the repository (click on the Fork button) [2] Clone it to your local system and install the dependencies by running npm install in the cloned directory. (you will need nodejs in your development environment) [3] Implement the feature

The documentation about the Device Management API is available here https://developer.mindsphere.io/apis/edge-devicestatus/api-devicestatus-api-swagger-3-0-0.html

Follow the instructions how to implement the SDK Client in the CONTRIBUTING.md

(you can get free access to mindsphere by registering at https://siemens.mindsphere.io/en/start )

Hints

the path parameters belong to method signature the query parameters go to optional params ?: {...} parameter You are done. 🎉 🎶 😸 👍

[4] Push the changes back to your repository [5] Click the Compare & pull request button. [6] Click Create pull request to open a new pull request.

See also:

https://opensource.com/article/19/7/create-pull-request-github

sn0wcat commented 3 years ago

Thank you @jupiterbak !