Skip to content

Add fully generated code for all services #888

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 90 commits into from
Mar 7, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
90 commits
Select commit Hold shift + click to select a range
5af588b
Initial commit of generated STT
lpatino10 Jan 31, 2018
e555e91
Merge remote-tracking branch 'watson-developer-cloud/develop' into co…
lpatino10 Jan 31, 2018
383433b
Add unit tests for new endpoints and fix upgrade URLs
lpatino10 Jan 31, 2018
826021f
Add integration tests for new endpoints
lpatino10 Feb 1, 2018
6ec39bb
Merge remote-tracking branch 'watson-developer-cloud/develop' into co…
lpatino10 Feb 1, 2018
1221940
Add generated Text to Speech code with updated unit and integration t…
lpatino10 Feb 2, 2018
09eadac
Add changes from adding x-item-name annotation
lpatino10 Feb 2, 2018
08ecb48
Add x-item-name extension changes
lpatino10 Feb 2, 2018
1dc32f6
Add final x-item-name change
lpatino10 Feb 2, 2018
94c96ca
Replace CustomWord references with Word
lpatino10 Feb 2, 2018
e56c190
Add wait to hopefully stop timeout due to long STT testing
lpatino10 Feb 2, 2018
ebbdc28
Ignore tests that run extremely long
lpatino10 Feb 2, 2018
700a8b3
:memo: Override generated javadoc
germanattanasio Feb 5, 2018
0613b70
Remove sessions methods and use single RecognizeOptions model
lpatino10 Feb 6, 2018
25ab5f3
Add RecognizeOptions model that I accidentally left out
lpatino10 Feb 6, 2018
81ec5f2
Add missing Javadoc info
lpatino10 Feb 6, 2018
e53206a
:unamused: Fix checkstyle complaint
lpatino10 Feb 6, 2018
f76673f
Add unit test to test more of createJob
lpatino10 Feb 6, 2018
7a8a812
:unamused: Fix checkstyle error
lpatino10 Feb 6, 2018
e829d6f
Merge pull request #858 from watson-developer-cloud/codegen/text-to-s…
lpatino10 Feb 6, 2018
4e9ec43
Merge branch 'next' of https://github.com/watson-developer-cloud/java…
lpatino10 Feb 6, 2018
3024fe7
Address STT review comments
lpatino10 Feb 7, 2018
045dae5
Remove Transfer-Encoding and multipart parameters
lpatino10 Feb 7, 2018
9759444
Test extra parameters and avoid checking for other content types on J…
lpatino10 Feb 8, 2018
5b747ef
Add more test coverage additions
lpatino10 Feb 8, 2018
ae30453
Add integration test for adding an archive audio resource
lpatino10 Feb 8, 2018
54701ef
Small validator text fix
lpatino10 Feb 8, 2018
ca4b9df
Add newest generated Conversation code and update tests
lpatino10 Feb 8, 2018
202ef1f
Merge pull request #857 from watson-developer-cloud/codegen/speech-to…
germanattanasio Feb 8, 2018
8fdf2a7
Add newest generated Discovery code
lpatino10 Feb 8, 2018
fd3c7cf
Add tests for new endpoints
lpatino10 Feb 8, 2018
545250e
Add newest generated Language Translator code
lpatino10 Feb 8, 2018
6e70db2
Add generated code for Natural Language Classifier and update tests
lpatino10 Feb 8, 2018
3b61b13
Add newest generated Natural Language Understanding code and update t…
lpatino10 Feb 8, 2018
44d6c8f
Add newest generated Personality Insights code
lpatino10 Feb 8, 2018
2be0957
Add newest generated Tone Analyzer code and update tests
lpatino10 Feb 8, 2018
8a933d9
Add newest generated Visual Recognition code
lpatino10 Feb 9, 2018
55e85eb
Remove deprecated services and references to them
lpatino10 Feb 9, 2018
5ab49b9
Merge remote-tracking branch 'watson-developer-cloud/develop' into next
lpatino10 Feb 9, 2018
b780d32
Change description to use the right language
lpatino10 Feb 9, 2018
b3afcf2
Merge branch 'next' into codegen/conversation
lpatino10 Feb 9, 2018
60ee7fd
Merge branch 'next' into codegen/discovery
lpatino10 Feb 9, 2018
c34eb52
Merge branch 'next' into codegen/language-translator
lpatino10 Feb 9, 2018
6c08eb9
Merge branch 'next' into codegen/natural-language-classifier
lpatino10 Feb 9, 2018
c0baacf
Merge branch 'next' into codegen/natural-language-understanding
lpatino10 Feb 9, 2018
4826825
Merge branch 'next' into codegen/personality-insights
lpatino10 Feb 9, 2018
88cd8d5
Merge branch 'next' into codegen/tone-analyzer
lpatino10 Feb 9, 2018
7695697
Merge branch 'next' into codegen/visual-recognition
lpatino10 Feb 9, 2018
b8e4bf9
Merge branch 'next' into remove-deprecated-services
lpatino10 Feb 9, 2018
de981c4
Merge pull request #868 from watson-developer-cloud/remove-deprecated…
germanattanasio Feb 10, 2018
d843ee1
Merge pull request #860 from watson-developer-cloud/codegen/conversation
germanattanasio Feb 10, 2018
c0f45e2
Merge pull request #861 from watson-developer-cloud/codegen/discovery
germanattanasio Feb 10, 2018
9b7a7b2
Merge pull request #862 from watson-developer-cloud/codegen/language-…
germanattanasio Feb 10, 2018
f8a3b54
Merge pull request #864 from watson-developer-cloud/codegen/natural-l…
germanattanasio Feb 10, 2018
c81ece0
Merge pull request #866 from watson-developer-cloud/codegen/tone-anal…
germanattanasio Feb 10, 2018
b45c562
Merge pull request #865 from watson-developer-cloud/codegen/personali…
germanattanasio Feb 10, 2018
55dbdbd
Ensure acoustic models are cleaned up after testing
lpatino10 Feb 13, 2018
850ec72
Remove deprecated services from dependencies in gradle config
lpatino10 Feb 20, 2018
85573a2
feat(conversation): Add newest generated code and update tests
lpatino10 Mar 5, 2018
02d16cc
Merge branch 'next' into codegen/discovery
lpatino10 Mar 5, 2018
891bed7
feat(discovery): Add newest generated code and update tests
lpatino10 Mar 5, 2018
43b1316
feat(language-translator): Add newest generated code and update tests
lpatino10 Mar 6, 2018
4e4eb22
feat(nlc): Add newest generated code
lpatino10 Mar 6, 2018
d8729fb
feat(nlu): Add newest generated code and update tests
lpatino10 Mar 6, 2018
8409545
feat(personality-insights): Add newest generated code and update tests
lpatino10 Mar 6, 2018
71c8ca4
refactor(nlc): Preserve old method signatures to keep some backwards-…
lpatino10 Mar 6, 2018
395e4f4
feat(tone-analyzer): Add newest generated code
lpatino10 Mar 6, 2018
4edd475
feat(discovery): Add similarity options in query methods
lpatino10 Mar 7, 2018
a5d077c
style(nlc): Remove unused import
lpatino10 Mar 7, 2018
92c87f7
feat(speech-to-text): Add newest generated code and update tests
lpatino10 Mar 7, 2018
7387d8c
fix(language-translator): Remove unnecessary service method
lpatino10 Mar 7, 2018
fb99335
feat(text-to-speech): Add newest generated code and update tests
lpatino10 Mar 7, 2018
3b2efbd
Merge pull request #863 from watson-developer-cloud/codegen/natural-l…
germanattanasio Mar 7, 2018
24d6b7f
feat(visual-recognition): Add newest generated code and update tests
lpatino10 Mar 7, 2018
f07990e
Merge pull request #881 from watson-developer-cloud/codegen/natural-l…
germanattanasio Mar 7, 2018
8bf9255
Merge pull request #885 from watson-developer-cloud/codegen/tone-anal…
germanattanasio Mar 7, 2018
a1aa39c
Merge pull request #882 from watson-developer-cloud/codegen/personali…
germanattanasio Mar 7, 2018
efb95a0
fix(speech-to-text): Remove unwanted transferEncoding parameter in cr…
lpatino10 Mar 7, 2018
902dc4b
Merge pull request #883 from watson-developer-cloud/codegen/speech-to…
germanattanasio Mar 7, 2018
7e0d978
Merge pull request #879 from watson-developer-cloud/codegen/discovery
germanattanasio Mar 7, 2018
b0ee30d
Merge pull request #878 from watson-developer-cloud/codegen/conversation
germanattanasio Mar 7, 2018
2553b52
Merge pull request #880 from watson-developer-cloud/codegen/language-…
germanattanasio Mar 7, 2018
bff9b76
Merge pull request #884 from watson-developer-cloud/codegen/text-to-s…
germanattanasio Mar 7, 2018
b6fa67c
Merge pull request #867 from watson-developer-cloud/codegen/visual-re…
germanattanasio Mar 7, 2018
58d36f9
feat(visual-recognition): Add backwards-compatibility with parameters…
lpatino10 Mar 7, 2018
960c923
refactor(text-to-speech): Add newest generated code and clean up main…
lpatino10 Mar 7, 2018
89ca8c7
feat(visual-recognition): Add backwards-compatibility for detectFaces…
lpatino10 Mar 7, 2018
a0f4ef8
Merge pull request #886 from watson-developer-cloud/codegen/visual-re…
germanattanasio Mar 7, 2018
f23263b
Merge pull request #887 from watson-developer-cloud/codegen/text-to-s…
germanattanasio Mar 7, 2018
bdeb9e6
fix(discovery): :green-heart: Fix failing test
lpatino10 Mar 7, 2018
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.ibm.watson.developer_cloud/java-sdk/badge.svg)](https://maven-badges.herokuapp.com/maven-central/com.ibm.watson.developer_cloud/java-sdk)
[![CLA assistant](https://cla-assistant.io/readme/badge/watson-developer-cloud/java-sdk)](https://cla-assistant.io/watson-developer-cloud/java-sdk)

Node.js client library to use the [Watson APIs][wdc].
Java client library to use the [Watson APIs][wdc].

<details>
<summary>Table of Contents</summary>
Expand Down Expand Up @@ -53,12 +53,12 @@ All the services:
</dependency>
```

Only Retrieve and Rank:
Only Discovery:

```xml
<dependency>
<groupId>com.ibm.watson.developer_cloud</groupId>
<artifactId>retrieve-and-rank</artifactId>
<artifactId>discovery</artifactId>
<version>4.2.1</version>
</dependency>
```
Expand Down Expand Up @@ -97,7 +97,7 @@ And then reference the snapshot version on your app module gradle
Only Speech to Text:

```gradle
'com.ibm.watson.developer_cloud:speech-to-text:3.8.1-SNAPSHOT'
'com.ibm.watson.developer_cloud:speech-to-text:4.2.1-SNAPSHOT'
```

##### JAR
Expand Down Expand Up @@ -143,7 +143,7 @@ Override the `configureHttpClient()` method and add the proxy using the `OkHttpC
For example:

```java
ConversationService service = new ConversationService("2017-05-26") {
Conversation service = new Conversation(Conversation.VERSION_DATE_2017_05_26) {
@Override
protected OkHttpClient configureHttpClient() {
Proxy proxy = new Proxy(Proxy.Type.HTTP, new InetSocketAddress("proxyHost", 8080));
Expand All @@ -153,7 +153,7 @@ ConversationService service = new ConversationService("2017-05-26") {

service.setUsernameAndPassword("<username>", "<password>");

WorkspaceCollectionResponse workspaces = service.listWorkspaces(null, null, null, null).execute();
WorkspaceCollection workspaces = service.listWorkspaces().execute();
System.out.println(workspaces);
```

Expand Down
92 changes: 0 additions & 92 deletions alchemy/README.md

This file was deleted.

113 changes: 0 additions & 113 deletions alchemy/build.gradle

This file was deleted.

This file was deleted.

Loading