You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First off, this project has been a life saver! I started writing something similar for my small project but that started getting too big. I ran into a bit of an issue try to get commit refs
According to the docs the response from GET /projects/:id/repository/commits/:sha/refs looks like this:
First off, this project has been a life saver! I started writing something similar for my small project but that started getting too big. I ran into a bit of an issue try to get commit refs
According to the docs the response from
GET /projects/:id/repository/commits/:sha/refs
looks like this:Which is not the same as
CommitRef{}
:I'd be happy to make a pull request with an accurate struct. Thanks! :)
The text was updated successfully, but these errors were encountered: