Django REST framework
  • Index
GET
  • json
  • api

Index

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

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