neet/masto.js

[Bug] Using `masto.v1.timelines.tag.$select('CamelCalse')` will call `<instance>/api/v1/timelines/tag/camel_case`

scambier opened this issue ยท 1 comments

To reproduce:

const masto = createRestAPIClient({
  url: process.env.URL,
  accessToken: process.env.TOKEN,
});

masto.v1.timelines.tag.$select('CamelCase')

See the called url is actually <instance>/api/v1/timelines/tag/camel_case (and not CamelCase)

๐ŸŽ‰ This issue has been resolved in version 6.0.4 ๐ŸŽ‰

The release is available on:

Your semantic-release bot ๐Ÿ“ฆ๐Ÿš€