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

Split prepare(), perform(), tidy() #68

Open
jonthegeek opened this issue Dec 21, 2024 · 0 comments
Open

Split prepare(), perform(), tidy() #68

jonthegeek opened this issue Dec 21, 2024 · 0 comments

Comments

@jonthegeek
Copy link
Owner

See jonthegeek/nectar#33
Even if that doesn't work out, split up the pieces of both the overall call() function (if that survives) and the individual operation (path) functions. That way users can add things from httr2 as desired (throttling, parallel perform, etc) while still being able to take advantage of the recognizable process. Note that most likely the second and third steps for each function will be perform.thisOperation() and tidy.thisOperation() and then it's always prep-function-that-outputs-classes-req |> perform() |> tidy().

@jonthegeek jonthegeek changed the title Split prepare(), perform(), process() Split prepare(), perform(), tidy() Dec 21, 2024
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

1 participant