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
Using the following model from PayPal (https://github.com/paypal/paypal-rest-api-specifications/blob/main/openapi/reporting_transactions_v1.json) I get a memory error when running npx openapicmd typegen https://raw.githubusercontent.com/paypal/paypal-rest-api-specifications/main/openapi/reporting_transactions_v1.json
npx openapicmd typegen https://raw.githubusercontent.com/paypal/paypal-rest-api-specifications/main/openapi/reporting_transactions_v1.json
EDIT: Using Node 18
The text was updated successfully, but these errors were encountered:
Another example:
npx openapicmd typegen https://raw.githubusercontent.com/Stedi/openApi/main/core.json
Sorry, something went wrong.
same here, any updates?
Help appreciated. This is not something I’m facing in any of my projects, so unlikely to find the time to take a look. Will accept a PR to fix
this effects all large openapi specs i guess. also this is failing: https://app.tolgee.io/v3/api-docs/Public%20API%20(All)
No branches or pull requests
Using the following model from PayPal (https://github.com/paypal/paypal-rest-api-specifications/blob/main/openapi/reporting_transactions_v1.json) I get a memory error when running
npx openapicmd typegen https://raw.githubusercontent.com/paypal/paypal-rest-api-specifications/main/openapi/reporting_transactions_v1.json
EDIT: Using Node 18
The text was updated successfully, but these errors were encountered: