A list of legacy namespaces.

The community UI has a view to list all legacy authors. Each author is clickable and brings the browser to a page with a list of roles created by the author.

Rather than make a hacky unmaintable viewset that aggregates usernames from the roles, this viewset goes directly to the legacy namespace/user table.

We do not want to create this view from v3 namespaces because many/most legacy namespaces do not conform to the v3 namespace character requirements.

TODO: allow edits of the avatar url TODO: allow mapping to a real namespace

GET /api/v1/namespaces/11086/?format=api
HTTP 200 OK
Allow: GET, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": 11086,
    "url": "",
    "summary_fields": {
        "owners": [
            {
                "id": 19425,
                "username": "bmarinov"
            }
        ],
        "provider_namespaces": [
            {
                "id": 20740,
                "name": "bmarinov",
                "pulp_href": "/api/pulp/api/v3/pulp_ansible/namespaces/20740/"
            }
        ]
    },
    "created": "2023-10-22T20:49:30.583329Z",
    "modified": "2023-10-22T20:49:30.584598Z",
    "name": "bmarinov",
    "avatar_url": "https://github.com/bmarinov.png",
    "related": {
        "provider_namespaces": null,
        "content": null,
        "owners": "/api/v1/namespaces/11086/owners/"
    }
}