You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I use @clevercloud/client a lot in my nodejs typescript programs and it would be really helpful if the typescript types where available somewhere. I have to do a lot of trial, error, debug, back and forth between your code and your API to figure out what arguments are expected and what will be returned by each call.
It would save a great deal of hassle with the types.
The text was updated successfully, but these errors were encountered:
Hello @auguster, glad to know you're using it 😉
This is something we want to improve, whether it's just JSDoc and/or TypeScript types.
I can't give you an ETA but we'll report our progress here.
Hi @auguster , @hsablonniere ! I am late to the party, but I would also love to see typescript types added to the package. You can create a typing file automatically from your js files and publish it, that would already make life much easier !
Hi @lovasoa , we will work soon on a version which is built on OpenAPI specification, types will come from it.
We have to fix some part of the spec before
I use @clevercloud/client a lot in my nodejs typescript programs and it would be really helpful if the typescript types where available somewhere. I have to do a lot of trial, error, debug, back and forth between your code and your API to figure out what arguments are expected and what will be returned by each call.
It would save a great deal of hassle with the types.
The text was updated successfully, but these errors were encountered: