Skip to content

[posmobile] Code generation: update services and models#477

Open
AdyenAutomationBot wants to merge 1 commit intomainfrom
sdk-automation/posmobile
Open

[posmobile] Code generation: update services and models#477
AdyenAutomationBot wants to merge 1 commit intomainfrom
sdk-automation/posmobile

Conversation

@AdyenAutomationBot
Copy link
Copy Markdown
Collaborator

This PR contains the automated changes for the posmobile service.

The commit history of this PR reflects the adyen-openapi commits that have been applied.

@AdyenAutomationBot AdyenAutomationBot requested a review from a team as a code owner April 30, 2026 10:00
Copy link
Copy Markdown
Contributor

@gemini-code-assist gemini-code-assist Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Comment on lines +19 to +21

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.
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

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.

Suggested change
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.

@AdyenAutomationBot AdyenAutomationBot force-pushed the sdk-automation/posmobile branch 5 times, most recently from fc09784 to d89ecbe Compare May 1, 2026 15:05
@AdyenAutomationBot AdyenAutomationBot force-pushed the sdk-automation/posmobile branch from d89ecbe to 5361395 Compare May 5, 2026 15:07
@sonarqubecloud
Copy link
Copy Markdown

sonarqubecloud Bot commented May 5, 2026

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant