edmilsonrobson / edmilsonrobson/canny-api-js
Return the canny responses parsed (e.g Date)
Open
- Dominant language
- TypeScript
- Stars
- 2
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
Currently, the wrapper returns the raw object response JSON from Canny's API. This means dates are simply strings, not Date objects, for example.
It would be useful to have that parsed automagically and return the dates as `Date` objects, not strings.
Contributor guide
Assessment
This issue has not been assessed yet.