PyGithub icon indicating copy to clipboard operation
PyGithub copied to clipboard

Return added team membership instance

Open jdelic opened this issue 1 year ago • 0 comments

These are just small improvements.

Specifically:

  • Adding a team membership returns the same schema/data structure as getting a team membership, so we should return a Membership instance.
  • ~Deleting a team and removing a team membership both return HTTP 204 on success and so, like other examples in the API, these methods should return a bool to show whether they were succesful.~

jdelic avatar Apr 22 '24 11:04 jdelic