Closed
Description
So we want to create meta endpoints, partially mapped from the official github API, but to some extent manually entered info.
/meta/maintainers
> list of official maintainers
from /orgs/apis-is/public_members (only maintainers should be public members of the org)
/meta/contributors
> list of all contributors
from /repos/apis-is/apis/contributors
/meta/sponsors
> list of sponsors
if sponsors have a github user/org than it would be hardcoded into the endpoint
/meta/about
> content that goes into the about section on the documentation page (hardcoded into endpoint)