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

Zetta Browser should render objects #28

Open
landlessness opened this issue Oct 28, 2014 · 0 comments
Open

Zetta Browser should render objects #28

landlessness opened this issue Oct 28, 2014 · 0 comments

Comments

@landlessness
Copy link
Contributor

In the text-to-speech example below, I had to change my API in order to have the Zetta browser work.

The Zetta browser ought to render the object without disrupting API design.

Here is the original API with domain specific terms like 'locale' that can be used by API clients:

{
  "example": "Hello, my name is Moira. I am an Irish-English voice.",
  "locale": "en_IE",
  "name": "Moira",
}

Here is the API modified to work with Zetta browser including a concat'ed text field, a duplicated name / value field and an example field that gets ignored:

{
  "example": "Hello, my name is Moira. I am an Irish-English voice.",
  "locale": "en_IE",
  "name": "Moira",
  "text": "Moira | en_IE",
  "value": "Moira"
}

this is related to: #23

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

No branches or pull requests

1 participant