Skip to content
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

API Response in Zetta Browser doesn't include values of action fields #27

Closed
landlessness opened this issue Oct 28, 2014 · 1 comment
Closed
Labels

Comments

@landlessness
Copy link
Contributor

The API response in the device#show page of the Zetta Browser doesn't seem to include the values for action fields. Meanwhile curl shows the full API response.

The following example is from running the text to speech example server on mac OS X: https://github.com/landlessness/zetta-text-to-speech-osx-driver.

Below you can see the difference between Zetta Browser and curl.

Zetta Browser

{
  "name": "voice",
  "title": "Voice Persona",
  "type": "radio",
  "value": "",
  "isHidden": false,
  "options": ""
}

curl

{
  "name": "voice",
  "title": "Voice Persona",
  "type": "radio",
  "value": [
    {
      "text": "Agnes - en_US",
      "value": "Agnes"
    },
    {
      "text": "Albert - en_US",
      "value": "Albert"
    },
    {
      "text": "Alex - en_US",
      "value": "Alex"
    },...
@13protons
Copy link
Contributor

This appears to be fixed
screen shot 2014-11-14 at 12 08 15 pm

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants