1- [ ![ Build Status] ( https://travis.ibm.com/CloudEngineering/node-sdk-template.svg?token=eW5FVD71iyte6tTby8gr&branch=master )] ( https://travis.ibm.com/CloudEngineering/node-sdk-template )
2- [ ![ semantic-release] ( https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg )] ( https://github.com/semantic-release/semantic-release )
31<!--
4- [](https://www.npmjs.com/package/node-sdk-template)
5- [](https://codecov.io/gh/CloudEngineering/node-sdk-template)
2+ [](https://travis.ibm.com/IBM/code-engine-node-sdk)
3+ [](https://github.com/semantic-release/semantic-release)
4+ [](https://www.npmjs.com/package/code-engine-sdk)
5+ [](https://codecov.io/gh/IBM/code-engine-node-sdk)
66-->
7- # IBM Cloud MySDK Node.js SDK
8- Node.js client library to interact with various [ MySDK APIs ] ( https://cloud.ibm.com/apidocs?category=<service-category> ) .
7+ # NodeJS SDK for IBM Cloud Code Engine
8+ Node.js client library to interact with the [ Code Engine API ] ( https://cloud.ibm.com/apidocs/codeengine ) .
99
1010Disclaimer: this SDK is being released initially as a ** pre-release** version.
1111Changes might occur which impact applications that use this SDK.
@@ -39,12 +39,11 @@ Changes might occur which impact applications that use this SDK.
3939<!-- --------------------------------------------------------------- -->
4040## Overview
4141
42- The IBM Cloud MySDK Node.js SDK allows developers to programmatically interact with the following
43- IBM Cloud services:
42+ The IBM Cloud Code Engine Node.js SDK allows developers to programmatically interact with the following IBM Cloud services:
4443
4544Service Name | Import Path
4645--- | ---
47- [ Example Service ] ( https://cloud.ibm.com/apidocs/example-service ) | mysdk/example-service /v1
46+ [ Code Engine ] ( https://cloud.ibm.com/apidocs/codeengine ) | ibm-code-engine-sdk/ibm-cloud-code-engine /v1
4847
4948## Prerequisites
5049* You need an [ IBM Cloud] [ ibm-cloud-onboarding ] account.
@@ -55,7 +54,7 @@ Service Name | Import Path
5554## Installation
5655
5756``` sh
58- npm install mysdk
57+ npm install ibm-code-engine-sdk
5958```
6059
6160## Using the SDK
@@ -70,7 +69,7 @@ please ask a question at
7069
7170## Issues
7271If you encounter an issue with the SDK, you are welcome to submit
73- a [ bug report] (< github-repo-url > /issues).
72+ a [ bug report] ( https:// github.com/IBM/code-engine-node-sdk /issues) .
7473Before that, please search for similar issues. It's possible someone has
7574already encountered this issue.
7675
0 commit comments