Open pozabil opened 2 years ago
@pozabil I have the same problem. Have you solved it?
@romatoom
No, I just decided to use another library ( https://github.com/k33g/gh3 ), but install latest version from git master using bower dependencies.
But u can use this library, just downoad source code, and modified issued file.
Hello! Related to jvcalderon/gist-client#1, I'm trying to get one gist by id in my rails application
but i get error
Uncaught Error: You need to set token before by setToken() method
I checked source code of lib, and find next lines in gist-client/lib/gistClient.js:
getOneById function check token every time, when i try to get gist by id. I think this is a bug, right?
Best Regards!