Use of Jolpica F1 in R Package #87
Closed
pbulsink
started this conversation in
Show and tell
Replies: 1 comment 1 reply
-
Hey, that sounds awesome feel free to switch it over. Just bear in mind we are still in Alpha so things may not be 100% reliable. Also make sure to check out our documented differences to Ergast. Thanks for the heads up! |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello
I'm one of the maintainers of the f1dataR package for R users. We have a friendly R frontend for both the FastF1 python package and Ergast API calls.
I have a PR open (SCasanova/f1dataR#270) for migrating our package from Ergast to Jolpica, but wanted to give you a heads up before that's fully implemented.
You'll find calls to the API have a useragent string of
f1dataR/[version]
for easy identification. The package has a hard throttle limit of 4 requests/second and will respect Retry-After if present in the HTTP error 429 header.Note that everything in the package is cached on the user's computer for (at minimum) the current development session, up to 24 hours in temp files, or the user can cache to persistent file.
Please reach our and let us know if you have any questions, comments, or concerns!
Thanks,
Beta Was this translation helpful? Give feedback.
All reactions