Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/reiver/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.
https://github.com/reiver/go-mstdn
activitypub fediverse mastodon mastodon-api mastodon-apis
Last synced: 24 days ago
JSON representation
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.
- Host: GitHub
- URL: https://github.com/reiver/go-mstdn
- Owner: reiver
- License: mit
- Created: 2023-09-26T19:38:12.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-08-09T03:57:48.000Z (3 months ago)
- Last Synced: 2024-09-30T06:41:32.338Z (about 1 month ago)
- Topics: activitypub, fediverse, mastodon, mastodon-api, mastodon-apis
- Language: Go
- Homepage: https://pkg.go.dev/sourcecode.social/reiver/go-mstdn
- Size: 96.7 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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](https://godoc.org/github.com/reiver/go-mstdn?status.svg)](https://godoc.org/github.com/reiver/go-mstdn)
## 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](http://reiver.link)