Categorygithub.com/bakerolls/mastodon-go
modulepackage
0.0.0-20180818203042-8ddbe98355f7
Repository: https://github.com/bakerolls/mastodon-go.git
Documentation: pkg.go.dev

# README

mastodon-go

A Go library for Mastodon.

Go Report Card GoDoc

$ go get github.com/BakeRolls/mastodon-go

See example/main.go for an example on how to use this library.

# Packages

No description provided by the author

# Functions

NewApp tries to register a new app.

# Structs

Account holds informations about an account.
Accounts implements methods under /accounts.
API contains necessary informations to work with Mastodons API.
App holds the AccessToken and the OAuth2 config.
Application holds informations about an application.
Attachment holds informations about an attachment.
Blocks implements methods under /blocks.
Card holds informations about a card.
Context holds informations about a statuses context.
Error holds informations about an error.
Favourites implements methods under /favourites.
FollowRequests implements methods under /follow_requests.
Follows implements methods under /follows.
Instance holds informations about an instance.
Instances implements methods under /instance.
Mention holds informations about a mention.
Mutes implements methods under /mutes.
Notification holds informations about a notification.
Notifications implements methods under /notifications.
Relationship holds informations about a relationship.
Report holds informations about a report.
Reports implements methods under /reports.
Results holds informations about results.
Search implements methods under /search.
Status holds informations about a status.
Statuses implements methods under /statuses.
Tag holds informations about a tag.
Timelines implements methods under /timelines.