Someone reminded me today 9 years ago I submitted my first post on Mastodon—using curl on the command line, since there was no interface at the time. That's how the journey began! 9 years is a long time to be doing something. Those early years are still fresh in my mind though.
@Gargron it would be nice to know how to post using curl on the command line. Is it still possible and documented?
@dimpase Yeah, it's actually exactly the same now as it was then, the API never had to change! You need to get an API key and POST to /api/v1/statuses with the right params. There's documentation.