The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
{
   "methods" : {
      "new_user" : {
         "path" : "/user/",
         "method" : "POST"
      }
   },
   "declare" : {
      "api_base_url" : "http://localhost:5000",
      "api_format_mode" : "content-type",
      "api_format" : "json"
   }
}