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.
| Language | Guide | Repository |
|---|---|---|
| Python | Python SDK | ODXProxyClient-Python |
| Swift | Swift SDK | ODXProxyClient-Swift |
| Java | Java SDK | ODXProxyClient-Java |
| JavaScript | JavaScript SDK | odxproxy-client-js |
| PHP | PHP SDK | ODXProxyClient-PHP |
All SDKs map JSON-RPC error codes to typed exceptions and preserve the original
code, message, and data. See Error codes for the catalog.