Mastodon.py
Mastodon.py copied to clipboard
Mastodon.trending_statuses and Mastodon.trending_links Each Return One Item
Hi, I was trying Mastodon.trending_statuses and Mastodon.trending_links methods.
The docs for each say these methods can receive the limit parameter to specify the number of items to return. Both fail with
`TypeError: got an unexpected keyword argument 'limit'`
when called with a limit argument and both return a dict, not an "Array of" objects, as specified in the Mastodon API.
yep, the parameters are just... missing. Oops. As for return values: huh. Will have to check that.
Missing parameters fixed in master, rest to be investigated.
Thanks!