Modules
Blocking API functions, using
reqwest
as a backendAsync API functions, using
reqwest
as a backendBare 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