hastodon
hastodon copied to clipboard
mastodon client module for Haskell
Currently a type mismatch in the OauthResponse type renders all API calls invalid. The fields in question: ```diff - statusInReplyToId :: Maybe Int, - statusInReplyToAccountId :: Maybe Int, + statusInReplyToId...
As the title suggests, these are easy to add and otherwise it's quite difficult to work with notifications on the client side. They can be automatically derived.
StatusIds, NotificationIds and AccountIds are using a default show instance to render to the API. This means that all GET calls for notifications will not be able to use the...
Hi, Just noticed something a bit strange, HastodonId is a string in Types but functions that takes an Id want an Int. Having to convert an Id from String to...
https://github.com/tootsuite/documentation/blob/master/Using-the-API/API.md e.g. Accounts. moved