I like how github does pagination and jsonp.
https://developer.github.com/v3/#pagination
https://developer.github.com/v3/#json-p-callbacks
http://www.vinaysahni.com/best-practices-for-a-pragmatic-restful-api#envelope
where the data is only wrapped in the response body if using jsonp.
Is it possible to get rocket pants to output a response like that?