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

Record requests in responses and errors #359

Merged
merged 5 commits into from
Oct 27, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Polish reference index
  • Loading branch information
hadley committed Oct 26, 2023
commit 52fe2f33aacb478895e17101af757aea465df6a2
8 changes: 5 additions & 3 deletions _pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,10 @@ reference:
- starts_with("req_auth")
- starts_with("req_oauth")

- title: Perform one or more requests
- title: Perform a request
contents:
- starts_with("req_perform")
- req_perform
- req_perform_stream

- subtitle: Control the process
desc: >
Expand All @@ -55,9 +56,10 @@ reference:
- req_throttle
- req_retry

- title: Iteration
- title: Perform multiple requests
contents:
- req_perform_iteratively
- req_perform_parallel
- starts_with("iterate_")
- starts_with("resps_")

Expand Down