mirror of
https://github.com/zoriya/octokit.net.git
synced 2026-06-05 03:30:34 +00:00
add GetMembership endpoint which supports new behaviour
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
namespace Octokit.Models.Response
|
||||
{
|
||||
public enum TeamMembership
|
||||
{
|
||||
NotFound = 0,
|
||||
Pending = 1,
|
||||
Active = 2
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user