Closed jrainlau closed 5 years ago
Hello. I would like to use this amazing project to build a gist desktop app by electron, but I found out that it is confuse for me to use api .getRevisions(). I don't know how to get the param REVISION_SHA.
.getRevisions()
REVISION_SHA
Looking for your reply, thanks!
I figured it out by calling .getOneById() and recived version from the res.
.getOneById()
Hello. I would like to use this amazing project to build a gist desktop app by electron, but I found out that it is confuse for me to use api
.getRevisions()
. I don't know how to get the paramREVISION_SHA
.Looking for your reply, thanks!