Skip to content

Commit

Permalink
Update src/quizzes/chapter-2/2.4/api-quiz.js
Browse files Browse the repository at this point in the history
Co-authored-by: Joshua <[email protected]>
  • Loading branch information
cfculler and jburns24 authored Jan 3, 2024
1 parent a274500 commit 3ce6008
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/quizzes/chapter-2/2.4/api-quiz.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
const rawQuizdown = `
# Assume you want to scrape a GitHub org for an entire list of its users and rich details about each of its repositories. Keeping rate limiting and efficiency in mind, which GitHub API would be preferable?
# Assume you want to scrape a GitHub org for an entire list of its users and rich details about each of their repositories. Keeping rate limiting and efficiency in mind, which GitHub API would be preferable?
1. [x] REST
> Good. You could achieve this in just one or two API calls
Expand Down

0 comments on commit 3ce6008

Please sign in to comment.