Skip to content

Commit

Permalink
Version 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
McKael committed Jun 30, 2024
1 parent 8df05da commit bd433ad
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions madon.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,17 @@ import (

// LimitParams contains common limit/paging options for the Mastodon REST API
type LimitParams struct {
Limit int // Number of items per query
Limit int // Number of items per query
SinceID, MaxID ActivityID // Boundaries
All bool // Get as many items as possible
All bool // Get as many items as possible
}

// apiCallParams is a map with the parameters for an API call
type apiCallParams map[string]string

const (
// MadonVersion contains the version of the Madon library
MadonVersion = "3.0.0-dev"
MadonVersion = "3.0.0"

currentAPIPath = "/api"

Expand Down

0 comments on commit bd433ad

Please sign in to comment.