SynapseFI / SynapseNode

Node.js Client Library for SynapseFI REST V3.1 API | https://docs.synapsefi.com
MIT License
13 stars 36 forks source link

Type definitions for Typescript #33

Open JaceyPenny opened 5 years ago

JaceyPenny commented 5 years ago

As of now, there's no good way to use the client library without frequently referring to the API docs. Type definitions (in the form of a *.d.ts file) would make the library much more accessible. Please consider adding this!

Thanks!

devshorts commented 4 years ago

Any progress on this? Having to manually type the library is not pleasant

kthaas commented 4 years ago

58 Is a good start for this, although it needs typing for Nodes still. @devshorts have you written your own typings?

dguo commented 4 years ago

For what it's worth, I've written a fair amount of types for a private repo. I'd be happy to start filling in gaps if #58 gets merged.

JVMartin commented 2 years ago

All of us having to create types for this is so much duplicate work. Can we please get types