Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions Adyen/services/posMobile/pos_mobile_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ def __init__(self, client=None):
def create_communication_session(self, request, idempotency_key=None, **kwargs):
"""
Create a communication session

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.
Comment on lines +19 to +21
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.

"""
endpoint = self.baseUrl + "/sessions"
method = "POST"
Expand Down
8 changes: 8 additions & 0 deletions sdk-generation-log/posmobile.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"service": "posmobile",
"project": "python",
"generatedAt": "2026-05-05T15:07:51Z",
"openapiCommitSha": "7824ebf60ac8c780120e550d6495a8f02e409859",
"automationCommitSha": "0b7ef4e0ed6a7963ab005efe76eab748250edafc",
"libraryCommitSha": "ee1c36b4cd52298171022cb48352c7fb7caae39f"
}
Loading