atlassian / go-sentry-api

A go client for the sentry api https://sentry.io/api/
Other
53 stars 39 forks source link

Question regarding adding undocumented API for retrieving org members #19

Open ttacon opened 4 years ago

ttacon commented 4 years ago

Hi there 👋!

Digging through the godocs, it doesn't look like this library supports retrieving the members of an organization - which is totally fair. The api for retrieving members for an org is undocumented. As such, I know y'all are probably not open to adding support for such an endpoint (I probably wouldn't personally in an OSS project that I ran), but I thought that I might as well ask 😄.

For context, the api route is the same as the Retrieve Org endpoint, with a /members/ suffix (i.e. /api/0/organizations/{org_slug}/members/.

Cheers!