heroku / dreamhouse-disco-old

A fun demo app to show off Heroku basics including Teams and Pipelines
0 stars 0 forks source link

Add Travolta endpoint. #3

Closed thejonanshow closed 8 years ago

thejonanshow commented 8 years ago

This adds the "/travolta" endpoint. It expects two fields in the JSON, "text" (search text) and "sender".

crcastle commented 8 years ago

LGTM. I think these endpoints (this one and the SMS one) can accept any body key/value pairs as long as we can get the search query and the sender from them.