madon
madon copied to clipboard
Golang Mastodon API library
pleroma doesnt use raw integers as IDs, meaning decoding the account id breaks rn
v2.3.0 doesn't have bot variable and PostStatusParams struct. It makes using go modules hard. Can you make a new tag like 'v2.3.1'?
From what I can tell, there is no way of getting the information returned from the Mastodon API's `Link:` header in methods such as `GetTimelines`, though this *does* appear to...
In other libraries there is a method to instantiate a client with an access token and an endpoint url, like this one from masto.js: ```js import { createRestAPIClient } from...
A [`scheduled_at`](https://docs.joinmastodon.org/methods/statuses/#create) parameter has been added in Mastodon 2.7.0 but it does not seem reflected in the madon's [PostStatus](https://pkg.go.dev/github.com/McKael/madon#Client.PostStatus). The README claims 100% API coverage; so it missing by accident?
Uploading media is fine but then trying to attach it to a new status fails with a 400. Seems to be the `media_ids[]` being encoded to `media_ids%5B%5D` which is throwing...
Hi. **TL;DR: Remote account follow 404s on mastodon.xyz. Could be WAI, could be user error. I have a workaround, just thought you might like to know.** I've been using `madonctl`,...