Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

enterprise_admin endpoint missing. #186

Open
retzero opened this issue Dec 19, 2024 · 0 comments
Open

enterprise_admin endpoint missing. #186

retzero opened this issue Dec 19, 2024 · 0 comments

Comments

@retzero
Copy link

retzero commented Dec 19, 2024

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant