A very simple bugtracker API self-described in Hydra
MongoDB server running with a database nammed 'bugtracker'
node server.jsHTTP Request:
GET http://localhost:8080/api/user
HTTP Response:
[
{
"@context": {
"@vocab": "http://schema.org/"
},
"@id": "/api/user/54d13498f04ea3e410000001",
"@type": "Person",
"familyName": "Cazenave-Leveque",
"givenName": "Raphael"
}
]