Hi Leonel. Thanks, I didn't get you though . How is this wrong? What am I 
missing here?

response = 
unirest.post("https://voicerss-text-to-speech.p.mashape.com/?key=secret1";,
  headers={
    "X-Mashape-Key": "secret2",
    "Content-Type": "application/x-www-form-urlencoded"
  },
  params={
    "c": "mp3",
    "f": "8khz_8bit_mono",
    "hl": "en-us",
    "r": 0,
    "src": "Hello, world!"
  }
)

On Sunday, April 3, 2016 at 3:48:51 PM UTC+5:30, Leonel Câmara wrote:
>
> You are shadowing web2py's response in your code with a response from a 
> unirest call. Call it something else.
>

-- 
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to