Module odoo_api::jsonrpc

source ·

Modules

Blocking API functions, using reqwest as a backend
Async API functions, using reqwest as a backend
Bare API functions, where you make the requests yourself. Also includes API function types

Structs

A struct representing the high-level error information
A struct representing the low-level error information
A container struct for the API request data
A failed Odoo API response
A successful Odoo API response
An Odoo JSON-RPC API request

Enums

An error returned by one of the Odoo API methods
A string representing the JSON-RPC “method”
A string representing the JSON-RPC version
An Odoo JSON-RPC API response

Traits

A trait implemented by the “request” structs

Type Definitions

A JSON-RPC call id
An Odoo id
Convenience wrapper on the std Result