Merge pull request #131 from Tlaster/patch-1

Add .Net wrapper to the list of libraries
This commit is contained in:
Eugen 2017-04-23 05:53:31 +02:00 committed by GitHub
commit 99ff8f283c
1 changed files with 1 additions and 7 deletions

View File

@ -51,6 +51,7 @@ ___
- [For Swift](https://github.com/ornithocoder/MastodonKit)
- [For Go](https://github.com/mattn/go-mastodon)
- [For Scala](https://github.com/schwitzerm/scaladon)
- [For .Net](https://github.com/Tlaster/Mastodon.Net)
- [For Java, Kotlin](https://github.com/sys1yagi/mastodon4j)
- [For C#](https://github.com/pawotter/mastodon-api-cs)
@ -347,13 +348,6 @@ Returns the [Notification](#notification).
Deletes all notifications from the Mastodon server for the authenticated user.
Returns an empty object.
#### Dismissing a single notification:
POST /api/v1/notifications/dismiss/:id
Deletes the notification from the Mastodon server for the authenticated user.
Returns an empty object.
### Reports
#### Fetching a user's reports: