Commit d710d27
committed
Enhance query parameter handling and update documentation for Strapi REST requests
- Add `qs` library for advanced query parameter serialization
- Refactor `makeRestRequest` to use `qs.stringify` for flexible parameter parsing
- Update README with more nuanced documentation on query parameters and population
- Remove default population and pagination in REST requests
- Improve tool description to emphasize selective and minimal querying1 parent 133445f commit d710d27
4 files changed
+39
-1038
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
91 | 91 | | |
92 | 92 | | |
93 | 93 | | |
94 | | - | |
95 | 94 | | |
96 | 95 | | |
97 | 96 | | |
| |||
153 | 152 | | |
154 | 153 | | |
155 | 154 | | |
156 | | - | |
| 155 | + | |
157 | 156 | | |
158 | 157 | | |
159 | 158 | | |
| |||
209 | 208 | | |
210 | 209 | | |
211 | 210 | | |
212 | | - | |
| 211 | + | |
213 | 212 | | |
214 | | - | |
215 | 213 | | |
216 | 214 | | |
217 | | - | |
| 215 | + | |
| 216 | + | |
| 217 | + | |
| 218 | + | |
| 219 | + | |
| 220 | + | |
218 | 221 | | |
219 | 222 | | |
220 | | - | |
221 | | - | |
222 | | - | |
| 223 | + | |
| 224 | + | |
223 | 225 | | |
224 | 226 | | |
225 | 227 | | |
| |||
0 commit comments