-
Notifications
You must be signed in to change notification settings - Fork 14
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
Missing Endpoints #34
Comments
I'd add It may be worthwhile to export a general API interface along the lines of |
@noamross There is a helper function doing just that. Maybe @schochastics can decide whether it should be exported. rtoot:::process_request(token = NULL, path = "api/v1/followed_tags", params = list(), parse = FALSE) |
I think we can export this in the next version. |
not supported endpoints can now be accessed via |
The most important endpoints are covered (see #27) but we may still miss some smaller ones
some more list endpoints: https://docs.joinmastodon.org/methods/timelines/lists/(see add support for lists #136 )- https://docs.joinmastodon.org/methods/timelines/streaming/(see Enable streaming #84)- https://docs.joinmastodon.org/methods/instance/#domain_blocks(see fix #117 #118)- https://docs.joinmastodon.org/methods/instance/#rules(see fix #117 #118)https://docs.joinmastodon.org/methods/search/#v2(not needed atm)The text was updated successfully, but these errors were encountered: