chargebee / chargebee-typescript

Typescript library for the Chargebee API.
https://apidocs.chargebee.com/docs/api?lang=typescript
MIT License
23 stars 15 forks source link

multiple identically named classes + proposal to export interfaces #9

Open burner-account opened 4 years ago

burner-account commented 4 years ago

I cannot tell if anybody stumbles over this like i do, but:

Maybe i am lacking the typescript and/or chargebee knowledge to get your intention, but to me it seems like "roll your dice to import".


Since users are pointed here when it comes to typescript typings:

Your classes can implement those interfaces. This would be helpful for users like me who only want some type info without actually using typescript to perform API calls.

dybzon commented 3 years ago

Just bumping this up as it seems abandoned. I've just started integrating our site with Chargebee, and the typescript project seems like a mess:

All this makes me wonder if it's safe to integrate with Chargebee at all. Is your library stable? Or should I start looking for a different subscription service?

Please put some effort into this issue. It's been open for almost a year without a single response.