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
{{ message }}
This repository has been archived by the owner on Nov 10, 2024. It is now read-only.
From here it seems it would be better to alert users of unused arguments. Not sure if this could be made more general or a table/list would be nice (as a summary or cheatsheet):
Works just fine even though foo is absolutely not a parameter supported by the Twitter API. They must ignore parameters they don’t support. This is same behavior as the GitHub API we saw above.
In the case of Twitter and GitHub one might want to raise errors on unsupported parameters client side in rtweet to avoid any use confusion of parameters being silently dropped.
The text was updated successfully, but these errors were encountered:
From here it seems it would be better to alert users of unused arguments. Not sure if this could be made more general or a table/list would be nice (as a summary or cheatsheet):
The text was updated successfully, but these errors were encountered: