<?xml version="1.0" encoding="utf-8"?>
<suburls xmlns="http://jelix.org/ns/suburls/1.0">
    <url pathinfo="/repositories" action="repository_rest:get"/>
    <url pathinfo="/repositories/:repo" action="repository_rest:get"/>
    <url pathinfo="/repositories/:repo/projects" action="project_rest:get"/>
    <url pathinfo="/repositories/:repo/projects/:proj" action="project_rest:get"/>

    <url pathinfo="/repositories/:repo/rights" action="repository_rights_rest:get"/>

    <url pathinfo="/paths" action="path_rest:get"/>

    <url pathinfo="/groups" action="group_rest:get"/>

    <url pathinfo="/rights" action="rights_rest:get"/>
</suburls>
