[posmobile] Code generation: update services and models#477
[posmobile] Code generation: update services and models#477AdyenAutomationBot wants to merge 1 commit intomainfrom
Conversation
There was a problem hiding this comment.
Code Review
This pull request adds a deprecation notice to the create_communication_session method in the POS Mobile API and introduces a new SDK generation log file. The feedback suggests using a more standard docstring format instead of Markdown to ensure proper rendering in documentation tools and recommends implementing a runtime warning for the deprecated method.
|
|
||
| Deprecated since POS Mobile API v68 | ||
| Use POST [/auth/certificate](https://docs.adyen.com/api-explorer/softpos-configuration-api/latest/post/auth/certificate) to establish secure communications. |
There was a problem hiding this comment.
The deprecation notice uses a Markdown link format text, which is not standard for Python docstrings and may not render correctly in documentation generated by tools like Sphinx. It is recommended to use plain text or reStructuredText (reST) format. Additionally, consider adding a runtime warning using the warnings module to provide a programmatic indication of deprecation to users.
| Deprecated since POS Mobile API v68 | |
| Use POST [/auth/certificate](https://docs.adyen.com/api-explorer/softpos-configuration-api/latest/post/auth/certificate) to establish secure communications. | |
| Deprecated since POS Mobile API v68. | |
| Use POST /auth/certificate (https://docs.adyen.com/api-explorer/softpos-configuration-api/latest/post/auth/certificate) to establish secure communications. |
fc09784 to
d89ecbe
Compare
d89ecbe to
5361395
Compare
|



This PR contains the automated changes for the
posmobileservice.The commit history of this PR reflects the
adyen-openapicommits that have been applied.