I'm making my first bot for Mastodon with this library: vanita5 mastodon api.
I'm trying to get a single toot (status) with:
M.get(`statuses/:108545593646026372`, {}).then(resp => console.log(resp.data))
But I get this error:
UnhandledPromiseRejectionWarning: Error: Mastodon: Params object is missing a required parameter for this request: 108545593646026372
What parameters should I pass to get function?