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 bff1f7e81d updated "json", "nul", "opt" dependencies 2024-08-08 20:57:46 -07:00
api/v1 removed debug code 2024-08-07 10:58:31 -07:00
ent mstdn/ent.Application 2024-08-08 16:49:58 -07:00
LICENSE "changelog.ca" -> "reiver.link" 2024-08-01 15:18:12 -07:00
README.md "changelog.ca" -> "reiver.link" 2024-08-01 15:18:12 -07:00
error.go "sourcecode.social/reiver/go-opt" -> "github.com/reiver/go-opt" 2024-08-01 15:29:50 -07:00
errorjson_test.go initial commits 2023-09-26 12:28:29 +09:00
go.mod updated "json", "nul", "opt" dependencies 2024-08-08 20:57:46 -07:00
go.sum updated "json", "nul", "opt" dependencies 2024-08-08 20:57:46 -07: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/github.com/reiver/go-mstdn

GoDoc

Import

To import package mstdn use import code like the follownig:

import "github.com/reiver/go-mstdn"

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

import "github.com/reiver/go-mstdn/ent"

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

import "github.com/reiver/go-mstdn/ent/admn"

Installation

To install package mstdn do the following:

GOPROXY=direct go get https://github.com/reiver/go-mstdn

Author

Package mstdn was written by Charles Iliya Krempeaux