Skip to content
This repository has been archived by the owner on Jun 20, 2022. It is now read-only.

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
making committed Feb 25, 2020
1 parent a66fd41 commit 3dfd044
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Expand Up @@ -6,4 +6,15 @@ A proxy server for [VoiceText Web API](https://cloud.voicetext.jp/webapi).
curl localhost:8080 -H "X-Api-Key: ****" -d text=10:30になりました。スタンドアプミーティングを終了してください。
curl localhost:8080 -H "X-Api-Key: ****" -d text=ビルドが失敗しました。直してください 。 -d speaker=hikari -d emotion=sadness
curl localhost:8080 -H "X-Api-Key: ****" -d text=18:00になりました。帰宅の準備をしてください。 -d speaker=haruka -d emotion=happiness
```

Call API via RSocket Proxy

```
# build
./mvnw clean package -Dmaven.test.skip=true
java -jar target/syaberu-0.0.1-SNAPSHOT.jar --syaberu.proxy-uri=https://syaberu-rsocket-proxy.cfapps.io:8443/rsocket --syaberu.proxy-subscribe-id=foo
curl https://syaberu-rsocket-proxy.cfapps.io:8443/proxy/foo -H "X-Api-Key: ****" -d text=10:30になりました。スタンドアプミーティングを終了してください。
```

0 comments on commit 3dfd044

Please sign in to comment.