We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi, I was trying Mastodon.trending_statuses and Mastodon.trending_links methods.
Mastodon.trending_statuses
Mastodon.trending_links
The docs for each say these methods can receive the limit parameter to specify the number of items to return. Both fail with
limit
`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.
dict
The text was updated successfully, but these errors were encountered:
yep, the parameters are just... missing. Oops. As for return values: huh. Will have to check that.
Sorry, something went wrong.
Missing parameters fixed in master, rest to be investigated.
Thanks!
No branches or pull requests
Hi, I was trying
Mastodon.trending_statuses
andMastodon.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 withwhen called with a
limit
argument and both return adict
, not an "Array of" objects, as specified in the Mastodon API.The text was updated successfully, but these errors were encountered: