You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Re-scrape the API and produce the package, using what I have learned from other APIs. Start moving toward the final beekeeper thing.
Specific things to sort out:
Codify the idea I started to implement in youtubeR, where api_spec$components$schemas (and probably other things) get parsed into ~validation functions. Don't try to recombine things; use the power of R to automatically do that. Part of the result here will be that we can write cleaning functions for each schema or type of schema or something along those lines, and integrate "rectangle the returns" at the ~core of the package (in a way that auto-extends to all of the paths).
Clean up the way error messages are handled.
Better handling of optional args.
Automatically convert R-style inputs to required shapes (shouldn't need .to_csv-style functions in wrapper package(s)).
The text was updated successfully, but these errors were encountered:
Re-scrape the API and produce the package, using what I have learned from other APIs. Start moving toward the final beekeeper thing.
Specific things to sort out:
The text was updated successfully, but these errors were encountered: