Package mstdn provides tools for working with the Mastodon API, which is becoming the (defacto) stand client-server API for the Fediverse.
Go to file
Charles Iliya Krempeaux 431d019447 initial commits 2023-09-26 13:44:22 +09:00
LICENSE initial commits 2023-09-26 11:00:14 +09:00
README.md initial commits 2023-09-26 11:00:14 +09:00
customemoji.go initial commits 2023-09-26 13:39:21 +09:00
customemoji_marshaljson_test.go initial commits 2023-09-26 13:21:46 +09:00
error.go initial commits 2023-09-26 12:45:51 +09:00
errorjson_test.go initial commits 2023-09-26 12:28:29 +09:00
errors.go initial commits 2023-09-26 12:59:30 +09:00
field.go initial commits 2023-09-26 13:41:23 +09:00
field_marshaljson_test.go initial commits 2023-09-26 13:44:22 +09:00

README.md

go-mstdn

Package mstdn provides tools for working with the Mastodon API, which is becoming the (defacto) stand client-server API for the Fediverse. Note that the Mastodon API is not (yet) officially part of ActivityPub.

Documention

Online documentation, which includes examples, can be found at: http://godoc.org/sourcecode.social/reiver/go-mstdn

GoDoc