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

connectors.md: explain how fetch is called #2

Open
lorensr opened this issue Oct 14, 2016 · 2 comments
Open

connectors.md: explain how fetch is called #2

lorensr opened this issue Oct 14, 2016 · 2 comments

Comments

@lorensr
Copy link
Contributor

lorensr commented Oct 14, 2016

No description provided.

@stubailo
Copy link
Member

I'm not sure what this means - can you add more detail?

@lorensr
Copy link
Contributor Author

lorensr commented Oct 15, 2016

Sorry – earlier we see this.connector.get(/repos/${fullName}); and on this page:

https://www.codetours.xyz/tour/partyparrot/GitHunt-API-code-tour/connector.md

we see the definition of get:

  get(path) {
    return this.loader.load(GITHUB_API_ROOT + path);
  }

People might be interested to hear how loader.load winds up calling the fetch defined above

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

No branches or pull requests

2 participants