I’m hoping someone can point me in the right direction to calling github api v3 to get commit details by sha. I’m getting a consistent message “Not found
{
message: "Not Found"
}
the call I am making is:
https://api.github.com/repos/{owner}/{reponame}/{sha}
do I need a key or security token to complete this call?
Thank you.
It would appear that this is the URL you need:
Example: