python-zulip-api/zulip_bots/zulip_bots/bots/yoda/fixtures/test_2.json
2017-08-08 14:05:58 -07:00

15 lines
351 B
JSON

{
"request": {
"api_url": "https://yoda.p.mashape.com/yoda?sentence=you+still+have+much+to+learn",
"headers": {
"X-Mashape-Key": "12345678",
"Accept": "text/plain"
}
},
"response": {"text": "Much to learn, you still have."},
"response-headers": {
"status": 200,
"content-type": "text/html; charset=utf-8"
}
}