Adyen / adyen-node-api-library

Adyen API Library for Node.js
MIT License
104 stars 60 forks source link

Add @deprecated tag: mark deprecated attributes of the models in the OpenAPI files #1414

Open gcatanese opened 18 hours ago

gcatanese commented 18 hours ago

Description

The OpenAPI specs deprecate endpoints and models, but the code generation of the NodeJS library doesn't deprecate the corresponding code.

Proposed improvement Add the @deprecated tag to the corresponding code, include the extensions x-deprecatedInVersion and x-deprecatedMessage too.

sonarcloud[bot] commented 18 hours ago

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code

See analysis details on SonarCloud