47degrees / github4s

A GitHub API wrapper written in Scala
http://47degrees.github.io/github4s
Apache License 2.0
229 stars 75 forks source link

Add new endpoint - List public organization events #789

Closed necosta closed 2 years ago

necosta commented 2 years ago

Implemented endpoint for https://docs.github.com/en/rest/activity/events#list-public-organization-events

Went with a "minimalist" approach mapping only core fields, in a future PR we can improve mapping the payload (per-event-type) fields. https://docs.github.com/en/developers/webhooks-and-events/events/github-event-types

Ready for review.