Skip to content

Commit 4d42940

Browse files
committed
refactor: separate core code from v4 branch
2 parents f5d4315 + f4e0a7e commit 4d42940

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

58 files changed

+8172
-5351
lines changed
Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
---
2+
name: Bug report
3+
about: Create a report to help us improve
4+
title: ''
5+
labels: ''
6+
assignees: ''
7+
8+
---
9+
10+
Remember, an issue is not the place to ask questions. You can use [Stack Overflow](http://stackoverflow.com/questions/tagged/ibm-watson) for that, or you may want to start a discussion on the [dW Answers](https://developer.ibm.com/answers/questions/ask/?topics=watson).
11+
12+
Before you open an issue, please check if a similar issue already exists or has been closed before.
13+
14+
**Check service status**
15+
16+
1. For service issues or 5xx errors, first, go to https://console.bluemix.net/status?tags=platform,runtimes,services&view=n:i and check the status of the service.
17+
1. If the service status is OK, continue with a bug report.
18+
19+
---
20+
21+
**Overview**
22+
_What is the issue? Be concise and clear._
23+
24+
**Expected behavior**
25+
_What did you expect to happen?_
26+
27+
**Actual behavior**
28+
_What actually happened?_
29+
30+
**How to reproduce**
31+
_Help us to reproduce what you experienced. Include your code snippets (without credentials)_
32+
33+
**Screenshots**
34+
_If applicable, add screenshots to help explain your problem._
35+
36+
**SDK Version**
37+
_Please provide the SDK version here._
38+
39+
**Additional information:**
40+
- OS: _for example, iOS_
41+
- Which version of `Node` are you using?
42+
43+
**Additional context**
44+
_Add any other details about the problem._
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
name: Feature request
3+
about: Suggest an idea for this project
4+
title: ''
5+
labels: ''
6+
assignees: ''
7+
8+
---
9+
10+
Remember, an issue is not the place to ask questions. You can use [Stack Overflow](http://stackoverflow.com/questions/tagged/ibm-watson) for that, or you may want to start a discussion on the [dW Answers](https://developer.ibm.com/answers/questions/ask/?topics=watson).
11+
12+
Before you open an issue, please check if a similar issue already exists or has been closed before.
13+
14+
### When you open an issue for a feature request, please add as much detail as possible:
15+
16+
- [ ] A descriptive title starting with the service name
17+
- [ ] A description of the problem you're trying to solve
18+
- [ ] A suggested solution if possible

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
## [3.18.3](https://github.com/watson-developer-cloud/node-sdk/compare/v3.18.2...v3.18.3) (2019-03-19)
2+
3+
4+
### Bug Fixes
5+
6+
* expose token manager from core code as a module ([4376e7c](https://github.com/watson-developer-cloud/node-sdk/commit/4376e7c))
7+
8+
## [3.18.2](https://github.com/watson-developer-cloud/node-sdk/compare/v3.18.1...v3.18.2) (2019-03-15)
9+
10+
11+
### Bug Fixes
12+
13+
* make `access_token` an allowable query parameter in recognize / synthesize streams ([a2ad09e](https://github.com/watson-developer-cloud/node-sdk/commit/a2ad09e))
14+
115
## [3.18.1](https://github.com/watson-developer-cloud/node-sdk/compare/v3.18.0...v3.18.1) (2019-02-14)
216

317

0 commit comments

Comments
 (0)