-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
index.d.ts lack of consturctor with token argument #69
Comments
For some reason I can't even stop TS complaining even with adding the constructor |
The current library is highly outdated, with some luck there will be a new one with API v4 |
I will be looking forward to it. I currently made my own simple wrapper for it on npmjs.org but an original from the API owner is always better 😄 ❤️ |
I am using swagger-codegen |
it looks like it doesn't support TypeScript though :( or am I wrong? |
I saw index.js has it but the declare module didn't.
adding
constructor(token?: string);
inside the export default class will fix the issueusing 2.3.1-stable.0
The text was updated successfully, but these errors were encountered: