Staring at your belly button and wondering who really needs containers? Starting to think microservices have grown too large? Wish every function you needed for your next killer app was available with 92% uptime(2) just a simple jQuery.get() away?
This method returns {"result": True}
if n is integer-ish, and {"result": False}
otherwise.
Post a JSON payload like {"string": "this is a list of {}, {}, and {}", "formatter", ["a", "b", "c"]}
using Python 3-style .format() semantics and you'll receive a response like {"result": "this is a list of a, b, and c"}
, or an HTTP 500 on error.
Returns {"result": "yes"}
if service is alive, otherwise returns {"result": "no"}
Returns {"result": True}
in strict mode, or otherwise {"result": False}
for backwards compatibility.