Skip to content

Commit

Permalink
Reconcile filenames (#81)
Browse files Browse the repository at this point in the history
* Fix link to httr2 slides.

* Reconcile filenames with revisions.
  • Loading branch information
jonthegeek committed Jun 21, 2024
1 parent 2c1b61d commit bd93eac
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 11 deletions.
18 changes: 9 additions & 9 deletions _quarto.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,19 +28,19 @@ website:
target: wapir_club-apis_start
- file: slides/schemas.qmd
target: wapir_club-schemas
- file: httr2.qmd
- file: slides/httr2.qmd
target: wapir_club-httr2
- file: slides/httr2-authentication.qmd
target: wapir_club-httr2-authentication
- file: slides/authentication.qmd
target: wapir_club-authentication

- section: "Get more data"
contents:
- file: slides/httr2-pagination.qmd
target: wapir_club-httr2-pagination
- file: slides/pagination.qmd
target: wapir_club-pagination
- file: slides/rvest.qmd
target: wapir_club-rvest
- file: slides/httr2-responses.qmd
target: wapir_club-httr2-responses
- file: slides/responses.qmd
target: wapir_club-responses

- section: "Do more with APIs"
contents:
Expand All @@ -50,8 +50,8 @@ website:
target: wapir_club-apis-find
- file: slides/accessing-other.qmd
target: wapir_club-accessing_other
- file: slides/accessing-more.qmd
target: wapir_club-accessing-more
- file: slides/learn-more.qmd
target: wapir_club-learn-more

format:
html:
Expand Down
File renamed without changes.
File renamed without changes.
7 changes: 5 additions & 2 deletions slides/httr2-pagination.qmd → slides/pagination.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,18 @@ engine: knitr
title: Get a lot of data from APIs
---

# TODO

- TODO: Add argument names in calls, for clarity
- TODO: Introduce/use `httr2::req_cache()`

# ️✅ Learning objectives

::: nonincremental
- Find information about pagination in API docs and descriptions.
- Retry API requests respectfully.
- Retrieve multiple pages of data from an API.
- Process lists of {httr2} responses.
- TODO: Add argument names in calls, for clarity
- TODO: Introduce/use `httr2::req_cache()`
:::

```{r}
Expand Down
File renamed without changes.

0 comments on commit bd93eac

Please sign in to comment.