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

{
    "id": 2589,
    "url": "",
    "summary_fields": {
        "owners": [
            {
                "id": 2591,
                "username": "goldstrike77"
            }
        ],
        "provider_namespaces": [
            {
                "id": 15600,
                "name": "goldstrike77",
                "pulp_href": "/api/pulp/api/v3/pulp_ansible/namespaces/15600/"
            }
        ]
    },
    "created": "2023-05-08T20:51:17.155709Z",
    "modified": "2023-09-25T14:38:25.439173Z",
    "name": "goldstrike77",
    "avatar_url": "https://galaxy.ansible.com/api/pulp/api/v3/content/ansible/namespaces/018d1a02-3567-7a6e-95ff-2e56bdab1b2b/avatar/",
    "related": {
        "provider_namespaces": null,
        "content": null,
        "owners": "/api/v1/namespaces/2589/owners/"
    }
}