ODXProxy
SDKs

SDKs

Official ODXProxy client libraries for Python, Swift, Java, JavaScript, and PHP.

ODXProxy speaks one JSON-RPC 2.0 protocol, so every SDK follows the same design: hold the proxy URL and x-api-key once, bind an Odoo instance with its credentials, then call one method per allowed action.

All SDKs map JSON-RPC error codes to typed exceptions and preserve the original code, message, and data. See Error codes for the catalog.