Commit ee8ed6c
committed
docs: Fix documentation to showcase beautiful fluent API
- Reverted 44+ instances of wrong search_read usage back to fluent API
- Fixed ResUser -> ResUsers import in client.md performance tips
- All documentation now properly showcases ZENOO RPC's crown jewel: the fluent API
- Maintained complete API coverage: fluent API (recommended) + low-level API (advanced)
- Version bump to 0.1.8 for documentation improvements
Files updated:
- docs/api-reference/models/relationships.md: 15 instances reverted to fluent API
- docs/api-reference/query/expressions.md: 16 instances reverted to fluent API
- docs/api-reference/retry/index.md: 11 instances reverted to fluent API
- docs/api-reference/retry/policies.md: 2 instances reverted to fluent API
- docs/api-reference/client.md: Fixed ResUsers import, performance tips use fluent API
- pyproject.toml: Version 0.1.7 -> 0.1.8
- src/zenoo_rpc/__init__.py: Version 0.1.7 -> 0.1.8
The beautiful fluent API is now properly showcased everywhere:
partners = await client.model(ResPartner).filter(is_company=True).limit(10).all()1 parent ca41517 commit ee8ed6c
29 files changed
Lines changed: 2049 additions & 1207 deletions
File tree
- docs
- advanced
- api-reference
- batch
- exceptions
- models
- query
- retry
- getting-started
- src/zenoo_rpc
- models
- query
- transport
- tests
- transport
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
19 | 62 | | |
20 | 63 | | |
21 | 64 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
106 | 106 | | |
107 | 107 | | |
108 | 108 | | |
109 | | - | |
| 109 | + | |
110 | 110 | | |
111 | 111 | | |
112 | 112 | | |
113 | | - | |
| 113 | + | |
114 | 114 | | |
115 | | - | |
| 115 | + | |
116 | 116 | | |
117 | 117 | | |
118 | 118 | | |
| |||
0 commit comments