47degrees / github4s

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

Support reference deletion #888

Open tobia80 opened 1 year ago

tobia80 commented 1 year ago

Please provide support for reference deletion. With that support we can delete branches for example. https://docs.github.com/en/rest/git/refs?apiVersion=2022-11-28#delete-a-reference

fedefernandez commented 1 year ago

@tobia80, it would be great indeed. I couldn't find the time to do it.

818 and #811 are good examples of how to add new endpoints in case someone wants to contribute.