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

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