Slide 22
Slide 22 text
OUR LANGUAGE
HOST: http://api.twitter.com/
--- Twitter API 3.0 ---
---
Welcome to our API. Comments support Markdown syntax
---
-- Retrieve Tweets --
GET /tweets
> Accept: application/json
< 200
< Content-Type: application/json
{ "items": [
{ "url": "/feed", "range":"2ZY48XPZ", "quantity": 1, "name": "New
socks", "price": 1.25 }
] }
Monday, November 19, 12
Developed in simple DSL. Versioned along the software. Docs and tests generated from that.
Oh, and the language and parser are open-sourced.