github icon indicating copy to clipboard operation
github copied to clipboard

Implement organization membership endpoint

Open domenkozar opened this issue 2 years ago • 2 comments

domenkozar avatar Sep 09 '22 12:09 domenkozar

cc @andreasabel using this in production and it works well :)

domenkozar avatar Sep 11 '22 13:09 domenkozar

@domenkozar Thanks for the PR! and sorry for the slow response.

Would you mind adding a test or example demonstrating your new feature? See

  • examples: https://github.com/haskell-github/github/tree/master/samples
  • tests: https://github.com/haskell-github/github/tree/master/spec/GitHub

I'd like minimum coverage of the features to get some evidence that they work and when they break because of upstream changes.

I am rebasing this onto master to fix the CI failure.

@Mergifyio rebase

andreasabel avatar Nov 12 '22 08:11 andreasabel