Commit ba8b5bc
chore: Sync CLI with list quotes endpoint removal (#323)
## Summary
- Removed `quotes list` CLI command since `GET /quotes` endpoint was
removed in #321
- Cleaned up unused `PaginatedResponse` import in quotes.ts
## Additional updates needed
The following files in `.claude/skills/` also reference the removed
endpoint but require manual updates due to permission restrictions:
1. **`.claude/skills/grid-api/references/endpoints.md`** (line 77)
- Remove: `| GET | `/quotes` | List quotes (paginated) |`
2. **`.claude/skills/grid-api/SKILL.md`** (lines 327-329)
- Remove the "List quotes" curl example
## Test plan
- [x] CLI compiles (note: pre-existing TypeScript config issues exist)
- [x] Verified removed command aligned with OpenAPI spec changes in #321
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-authored-by: claude[bot] <41898282+claude[bot]@users.noreply.github.com>
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>1 parent d8ff2df commit ba8b5bc
1 file changed
Lines changed: 1 addition & 35 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| |||
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
52 | | - | |
53 | | - | |
54 | | - | |
55 | | - | |
56 | | - | |
57 | | - | |
58 | | - | |
59 | | - | |
60 | | - | |
61 | | - | |
62 | | - | |
63 | | - | |
64 | | - | |
65 | | - | |
66 | | - | |
67 | | - | |
68 | | - | |
69 | | - | |
70 | | - | |
71 | | - | |
72 | | - | |
73 | | - | |
74 | | - | |
75 | | - | |
76 | | - | |
77 | | - | |
78 | | - | |
79 | | - | |
80 | | - | |
81 | | - | |
82 | | - | |
83 | | - | |
84 | | - | |
85 | | - | |
86 | 52 | | |
87 | 53 | | |
88 | 54 | | |
| |||
0 commit comments