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

New resp_tidy() function to extract data from responses. #43

Merged
merged 1 commit into from
Jan 10, 2025

Conversation

jonthegeek
Copy link
Owner

Potential breaking change: Functions that accept lists of responses (ie resp_parse()) now use the argument name resps to clarify documentation difference from resp. I don't think anything calls that function directly, though, so it probably won't impact even me.

Also added resp_body_auto(), resp_body_csv(), resp_body_tsv(), and resp_body_separate() to help parse response bodies.

Closes #40.

Potential breaking change: Functions that accept lists of responses (ie `resp_parse()`) now use the argument name `resps` to clarify documentation difference from `resp`. I don't think anything calls that function directly, though, so it probably won't impact even me.

Also added `resp_body_auto()`, `resp_body_csv()`, `resp_body_tsv()`, and `resp_body_separate()` to help parse response bodies.

Closes #40.
@jonthegeek jonthegeek enabled auto-merge (squash) January 10, 2025 13:40
@jonthegeek jonthegeek merged commit b638b11 into main Jan 10, 2025
7 checks passed
@jonthegeek jonthegeek deleted the resp-tidy branch January 10, 2025 13:47
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

Successfully merging this pull request may close these issues.

resp_tidy()
1 participant