A simple root of the 'api'. The main purpose is to provide top level resources. These are typically collections.

Note: this resource is likely to move from https:///api -> https://api.site/

GET /
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Cache-Control: public, max-age=600
Content-Type: application/json
Vary: Accept

{
    "links": [
        {
            "rel": "self",
            "href": "https://api.anz.formuslabs.com/",
            "title": null
        },
        {
            "rel": "projects",
            "href": "https://api.anz.formuslabs.com/project",
            "title": null
        },
        {
            "rel": "user",
            "href": "https://api.anz.formuslabs.com/me",
            "title": "me"
        },
        {
            "rel": "users",
            "href": "https://api.anz.formuslabs.com/user",
            "title": null
        },
        {
            "rel": "hip-components-catalogue",
            "href": "https://api.anz.formuslabs.com/component/catalogue/hip",
            "title": null
        },
        {
            "rel": "products",
            "href": "https://api.anz.formuslabs.com/product",
            "title": null
        },
        {
            "rel": "organisations",
            "href": "https://api.anz.formuslabs.com/organisation",
            "title": null
        },
        {
            "rel": "version",
            "href": "https://api.anz.formuslabs.com/version",
            "title": null
        },
        {
            "rel": "authenticator",
            "href": "https://api.anz.formuslabs.com/authenticator",
            "title": null
        }
    ]
}