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 147d0ff043 initial commits 2023-09-27 17:52:38 +09:00
ent initial commits 2023-09-27 17:52:38 +09:00
LICENSE initial commits 2023-09-26 11:00:14 +09:00
README.md initial commits 2023-09-27 06:12:41 +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
ok.go initial commits 2023-09-26 14:22:00 +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

Import

To import package mstdn use import code like the follownig:

import "sourcecode.social/reiver/go-mstdn"

To import the Mastodon API entities use import code like the following:

import "sourcecode.social/reiver/go-mstdn/ent"

To import the Mastodon API entities for administrators use import code like the following:

import "sourcecode.social/reiver/go-mstdn/ent/admn"

Installation

To install package mstdn do the following:

GOPROXY=direct https://sourcecode.social/reiver/go-mstdn

Author

Package mstdn was written by Charles Iliya Krempeaux