g-tiwari / Audium

Audium is an umbrella project encapsulating a Voice Automation server and libraries enabling voice commands test automation
Apache License 2.0
0 stars 0 forks source link

No content in this repository #1

Open LayMuiToh opened 5 years ago

LayMuiToh commented 5 years ago

Hi Gaurav.I like to check out if I can use webdriverio (javascript API) to talk to the Voice Automation Server and how do I call the API? is there any plugin services I need to setup for the Voice automation server? Thanks

g-tiwari commented 5 years ago

Hey , I was planning to move both client and Server piece in to this single project. But I am stuck with some other work thats why the current repo is empty. For Voice Automation related project - you should look at project - https://github.com/g-tiwari/VoiceAutomationClient and https://github.com/g-tiwari/VoiceAutomationServer

As of now to consume the server, there is only JAVA client available, but you can directly call the get and post request to server via JAVAScript.

Let me now if this answers your question