I'm working on a site called textmyapi.com (site's not up yet). It's a little SaaS platform that allows you to quickly define commands that can be sent over text messaging to invoke REST APIs. I got the idea when I was out camping and wanted to get some stats from an API that I had but I didn't have great internet connectivity, so I thought it would be fun to wire up my APIs so that I could hit them via text message…
Out of curiosity, how would this work in regards to the character limitations (160 characters I think?) in SMS? What if they're large responses? Is there a hard limit on the total number of text messages sent per request?