-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Add Notification Access #121
Comments
@pbulsink: The return is a bit more complicated then the standard API output. But if you need it right now, you can use an unexported function: |
chainsawriot
added a commit
to chainsawriot/rtoot
that referenced
this issue
Dec 14, 2022
chainsawriot
added a commit
to chainsawriot/rtoot
that referenced
this issue
Dec 14, 2022
with the new generic function: |
Not going to add this due to complex return structure. If needed, please use the generic |
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
It would be convenient to have API access to notifications, either by streaming (https://docs.joinmastodon.org/methods/streaming/#notification) or directly (https://docs.joinmastodon.org/methods/notifications/). This would simplify the creation of interactive applications (i.e. responding to a mentioning status, interacting with users who favourite/reblog, etc.).
The text was updated successfully, but these errors were encountered: