AnswerDotAI / AnswerDotAI/ghapi
`enterprise_admin` endpoint missing.
Open
- Dominant language
- Python
- Stars
- 685
- Forks
- 70
- Avg merge
- 1m
- Merged PRs (30d)
- 2
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 "", line 1, in
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
```
Contributor guide
Assessment
This issue has not been assessed yet.