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: implement model management service support in SDK #202

Closed sn0wcat closed 3 years ago

sn0wcat commented 4 years ago

if you have never contributed to open source here is your chance: 😸

(If you don't have MindSphere access, you can get a free account by registering at https://siemens.mindsphere.io/en/start )

[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 Model Management API is available here https://developer.mindsphere.io/apis/analytics-modelmanagement/api-modelmanagement-api-swagger-3-1-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?: {...} 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

Happy Hacktoberfest!

https://hacktoberfest.digitalocean.com/

(hint, unlike other mindsphere hacktoberfest issues this one requires a bit of knowledge about typescript, OpenAPI specs and mocha unit-testing)

issue-label-bot[bot] commented 4 years ago

Issue-Label Bot is automatically applying the label feature_request to this issue, with a confidence of 0.99. Please mark this comment with :thumbsup: or :thumbsdown: to give our bot feedback!

Links: app homepage, dashboard and code for this bot.