Closed Circuit8 closed 6 years ago
Why did you add the second commit? I like the first one.
Hey sorry just read this, I think it contained an error
I'm confused. I can't find any <methodName>Async(...)
methods stated in the README.md. However, I see:
https://github.com/pksunkara/octonode/commit/5cbb4a437a9c67a84df5080efab43fc1f27f80a4
Now, how do I return a promise/async for the chained methods?
repo
is a promise, repo(...).contents(...)
is not.
repo(...).contentsAsync(...)
https://github.com/pksunkara/octonode/issues/314