Expand description
The user-facing API types
This module provides a user-facing API for Odoo JSON-RPC methods.
Re-exports§
Modules§
Structs§
- Authed
- Implemented by “authenticated” clients
- Closure
Async - Closure
Blocking - NotAuthed
- Implemented by “non-authenticated” clients
- Odoo
Client - An Odoo API client
- Odoo
Request - Reqwest
Async - Reqwest
Blocking
Traits§
- Auth
State - The “authentication” state of a client object
- Request
Impl - The “request implementation” for a client
Type Aliases§
- Async
Closure Return - Convenience typedef. Use this as the return value for your async closure
- Blocking
Closure Return - Convenience typedef. Use this as the return value for your blocking closure