Open florianbepunkt opened 11 months ago
Another example:
npx openapicmd typegen https://raw.githubusercontent.com/Stedi/openApi/main/core.json
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)
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