Handles creating, reading and updating keywords.

GET /api/keyword/?format=api&offset=220&ordering=keyword
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 221,
    "next": null,
    "previous": "https://catalogue.france-bioinformatique.fr/api/keyword/?format=api&limit=20&offset=200&ordering=keyword",
    "results": [
        {
            "keyword": "Workflow development",
            "id": 12
        }
    ]
}