glacasa / Mastonet

C# Library for Mastodon
MIT License
225 stars 36 forks source link

Get Markers endpoint needs a timeline query parameter #103

Closed distantcam closed 1 year ago

distantcam commented 1 year ago

According to the docs https://docs.joinmastodon.org/methods/markers/#query-parameters

timeline[] Array of String. Specify the timeline(s) for which markers should be fetched. Possible values: home, notifications. If not provided, an empty object will be returned.

The GetMarkers() method needs a timeline parameter of either home or notifications.

glacasa commented 1 year ago

I have merged the PR and updated the Nuget package. Thanks !