HATEOAS

Hypermedia As The Engine Of Application State

Format JSON

{
    "id" : "5wxgYgs41BZoohKMdwrMKj",
    "status" : "ACTIVE",
    "metadata" : {
    "category" : "Architecture",
    "subcategory" : "REST"
    },
    "author" : {
    "id" : "70Wvi8uyl9mFFM4xuVdI5o",
    "name" : "John Smith"
    },
    _"links" : [
        {
        "rel" : "self",
        "href" : "https://api.droga.dev/courses/5wxgYgs41BZoohKMdwrMKj"
        },
        {
        "rel" : "author",
        "href" : "https://api.droga.dev/authors/70Wvi8uyl9mFFM4xuVdI5o"
        }
    ]
}

Format HAL

Last updated

Was this helpful?