We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hey,
Running node builder on the sevDesk API I receive duplicate paths for get and getAll.
get
getAll
Steps to reproduce:
npm run generate
Also noticed other minor flaws, not sure if they are sevDesk specific, like undefined body args for
handleListing.call(this, method, path, BODY, qs);
happy to provide further details or jump on discord etc. for investigation.
Best, Cedric
The text was updated successfully, but these errors were encountered:
Cedric, thank you for your report and the link to the spec.
n8n is currently redesigning node param structure, so this project is temporarily on hold.
Will keep this open and revisit once the redesign is finalized.
Sorry, something went wrong.
No branches or pull requests
Hey,
Running node builder on the sevDesk API I receive duplicate paths for
get
andgetAll
.Steps to reproduce:
npm run generate
Also noticed other minor flaws, not sure if they are sevDesk specific, like undefined body args for
happy to provide further details or jump on discord etc. for investigation.
Best,
Cedric
The text was updated successfully, but these errors were encountered: