GET /api/
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "projects": "http://patches.dpdk.org/api/projects/",
    "users": "http://patches.dpdk.org/api/users/",
    "people": "http://patches.dpdk.org/api/people/",
    "patches": "http://patches.dpdk.org/api/patches/",
    "covers": "http://patches.dpdk.org/api/covers/",
    "series": "http://patches.dpdk.org/api/series/",
    "events": "http://patches.dpdk.org/api/events/",
    "bundles": "http://patches.dpdk.org/api/bundles/"
}