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/6790/?format=api
HTTP 200 OK
Allow: GET, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": 6790,
    "url": "",
    "summary_fields": {
        "owners": [
            {
                "id": 6540,
                "username": "TalAntR"
            }
        ],
        "provider_namespaces": [
            {
                "id": 18855,
                "name": "talantr",
                "pulp_href": "/api/pulp/api/v3/pulp_ansible/namespaces/18855/"
            }
        ]
    },
    "created": "2023-05-08T21:41:55.816643Z",
    "modified": "2023-09-25T14:58:33.597303Z",
    "name": "TalAntR",
    "avatar_url": "https://galaxy.ansible.com/api/pulp/api/v3/content/ansible/namespaces/018d1a19-811e-7af4-86e3-553d1f60970d/avatar/",
    "related": {
        "provider_namespaces": null,
        "content": null,
        "owners": "/api/v1/namespaces/6790/owners/"
    }
}