mistval / unofficial-jisho-api

Encapsulates the official Jisho.org API and also provides kanji, example, and stroke diagram search.
MIT License
139 stars 14 forks source link

Adds TS type definitions #10

Closed damien-mcmahon closed 5 years ago

damien-mcmahon commented 5 years ago

Hey! I've added some basic Typescript definitions. I'm sure they could be improved but I thought it might be a useful start.

damien-mcmahon commented 5 years ago

Closing for the moment as I've noticed big chunks of the API missing.

mistval commented 5 years ago

Hi, thanks for your interest in contributing. As far as I know the official API is undocumented (it's still in beta) so the only way to figure that out is by trial-and-error I think. So that would actually be very helpful to have TS definitions for. I was thinking of trying to write JSDoc documentation for it.