The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
{
    "name": "Test API",
    "methods" : {
        "get_projects" : {
            "authentication": true,
            "path" : "/projects/show",
            "method" : "GET",
            "optional_params" : [
                "name"
            ]
        },
        "get_project_info" : {
            "required_params" : [
                "project"
            ],
            "path" : "/project/show",
            "method" : "GET"
        }
    }
}