Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

What's the best way to handle asynchronous GitHub API calls? #9

Open
LearningNerd opened this issue Jun 28, 2017 · 0 comments
Open
Labels

Comments

@LearningNerd
Copy link
Member

Some GitHub API calls trigger actions that take a while to complete, so the response from GitHub might not have the information required. (For example, there's a delay between forking a repo and when that repo is actually available for additional actions.)

I noticed a while ago that Mavo.io addressed that issue, so I should take a closer look at the source code for some ideas. I wonder if there are other examples or tutorials on this, or if GitHub offers any suggestions in their documentation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant