Skip to content

enterprise_admin endpoint missing. #186

Description

@retzero

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions