ThisNext API
ThisNext API method: echo
Displays input parameters in output. For use in testing the API or an
API client.
Format:
Parameters:
Examples:
http://www.thisnext.com/api/v1/echo?foo=bar&baz=bif
http://www.thisnext.com/api/v1/echo/sample/path/?a=1&b=2&c=3
Format:
http://www.thisnext.com/api/v1/echo?ANY=ANY
http://www.thisnext.com/api/v1/echo/PATH?ANY=ANY
PATH
Any path, even invalid ones.
Parameters:
ANY=ANY
Any query parameter names, any values.
Examples:
http://www.thisnext.com/api/v1/echo?foo=bar&baz=bif
http://www.thisnext.com/api/v1/echo/sample/path/?a=1&b=2&c=3


