Hacktoberfest 2026: the issues maintainers tagged for October, open and beginner-friendly. Browse Hacktoberfest issues

`enterprise_admin` endpoint missing.

Open
#186 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
3/5
Estimated time
1-2 days
Newbie friendliness
35/100
Issue type
Feature
Clarity
Needs clarification
Activity status
Stale
Tech stack
github, openapi, python

Research direction

Reproduce the failure with the api.enterprise_admin entry point and start by reading ghapi/core.py around the reported __getattr__ path. Check how the API groups are exposed and verify against the GitHub API/OpenAPI definition; done means the enterprise-admin endpoint is available through the documented client interface.

Written by the indexing model from the issue text.

Description

Am I miss configured? No such attribute enterprise_admin.
How can I use this endpoint?

>>> api.enterprise_admin
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File ".venv/lib/python3.10/site-packages/ghapi/core.py", line 145, in __getattr__
    def __getattr__(self,k): return self.groups[k] if 'groups' in vars(self) and k in self.groups else stop(AttributeError(k))
  File ".venv/lib/python3.10/site-packages/fastcore/basics.py", line 240, in stop
    raise e
AttributeError: enterprise_admin
Dominant language
Python
Stars
687
Forks
69
Avg merge
1m
Merged PRs (30d)
2

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from AnswerDotAI/ghapi

All issues in AnswerDotAI/ghapi

Similar issues

More Python issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.