Skip to content

Commit f29b396

Browse files
feat(api): Updated node-sdk to adopt Code Engine API specification changes
1 parent f6840b1 commit f29b396

File tree

10 files changed

+8439
-7201
lines changed

10 files changed

+8439
-7201
lines changed

.eslintrc.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,8 @@ module.exports = {
4848
'no-underscore-dangle': 'off',
4949
'prettier/prettier': 'error',
5050
'spaced-comment': ['error', 'always', { 'exceptions': ['*'] }],
51+
'@typescript-eslint/no-shadow':
52+
'off' /** REGGEENR: required as the term Project is used multiple times by constants */,
5153
},
5254
},
5355
],

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ typings/
4949

5050
# Optional npm cache directory
5151
.npm
52-
.npmrc
5352

5453
# Optional eslint cache
5554
.eslintcache

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ jobs:
1818
- npm run build
1919
- npm run test-unit-travis || travis_terminate 1
2020
- npm run lint
21-
- npm run check-packages
21+
- npm run check-packages

README.md

Lines changed: 13 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
1-
[![Build Status](https://travis-ci.com/IBM/code-engine-node-sdk.svg?branch=main)](https://travis-ci.com/IBM/code-engine-node-sdk)
1+
<!--
2+
[![Build Status](https://travis-ci.com/IBM/code-engine-node-sdk.svg?token=eW5FVD71iyte6tTby8gr&branch=master)](https://travis.ibm.com/IBM/code-engine-node-sdk)
23
[![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)
3-
[![codecov](https://codecov.io/gh/IBM/code-engine-node-sdk/branch/main/graph/badge.svg)](https://codecov.io/gh/IBM/code-engine-node-sdk)
4-
5-
<!--[![npm-version](https://img.shields.io/npm/v/IBM/ibm-code-engine-node-sdk.svg)](https://www.npmjs.com/package/ibm-code-engine-sdk)
6-
4+
[![npm-version](https://img.shields.io/npm/v/IBM/code-engine-node-sdk.svg)](https://www.npmjs.com/package/code-engine-sdk)
5+
[![codecov](https://codecov.io/gh/IBM/code-engine-node-sdk/branch/master/graph/badge.svg)](https://codecov.io/gh/IBM/code-engine-node-sdk)
76
-->
87
# NodeJS SDK for IBM Cloud Code Engine
98
Node.js client library to interact with the [Code Engine API](https://cloud.ibm.com/apidocs/codeengine).
@@ -22,17 +21,15 @@ Node.js client library to interact with the [Code Engine API](https://cloud.ibm.
2221

2322
<!-- toc -->
2423

25-
- [NodeJS SDK for IBM Cloud Code Engine](#nodejs-sdk-for-ibm-cloud-code-engine)
26-
- [Table of Contents](#table-of-contents)
27-
- [Overview](#overview)
28-
- [Prerequisites](#prerequisites)
29-
- [Installation](#installation)
30-
- [Using the SDK](#using-the-sdk)
31-
- [Questions](#questions)
32-
- [Issues](#issues)
33-
- [Open source @ IBM](#open-source--ibm)
34-
- [Contributing](#contributing)
35-
- [License](#license)
24+
- [Overview](#overview)
25+
- [Prerequisites](#prerequisites)
26+
- [Installation](#installation)
27+
- [Using the SDK](#using-the-sdk)
28+
- [Questions](#questions)
29+
- [Issues](#issues)
30+
- [Open source @ IBM](#open-source--ibm)
31+
- [Contributing](#contributing)
32+
- [License](#license)
3633

3734
<!-- tocstop -->
3835

0 commit comments

Comments
 (0)