relate: 4dc83eed --RELATED_TO--> 27a1f728

This commit is contained in:
Cal Corum 2026-02-27 22:58:29 -06:00
parent 64eec52f86
commit 4e3002c502
3 changed files with 26 additions and 2 deletions

View File

@ -6,13 +6,18 @@ tags: [sba-scout, rust, migration, phase-2, reqwest, api, csv, serde]
importance: 0.8
confidence: 0.8
created: "2026-02-28T04:57:59.820017+00:00"
updated: "2026-02-28T04:58:26.882830+00:00"
updated: "2026-02-28T04:58:29.508900+00:00"
relations:
- target: c9add129-283a-445a-8dff-4525ec7fa9b6
type: FOLLOWS
direction: outgoing
strength: 1.0
edge_id: 6dc75271-96a2-43f4-ad96-cfc26ce126c1
- target: 27a1f728-ec90-469c-a6ab-5644d333322f
type: RELATED_TO
direction: outgoing
strength: 0.9
edge_id: f57f63b8-1a05-4645-a320-4b045569ff55
---
# SBA Scout Rust Rewrite — Phase 2 Complete

View File

@ -0,0 +1,13 @@
---
id: f57f63b8-1a05-4645-a320-4b045569ff55
type: RELATED_TO
from_id: 4dc83eed-b0b1-4924-b82e-faf352426785
from_title: "SBA Scout Rust rewrite Phase 2 complete — API client, sync, and CSV importers"
to_id: 27a1f728-ec90-469c-a6ab-5644d333322f
to_title: "Rust: reqwest response.json() yields reqwest::Error, not serde_json::Error"
strength: 0.9
created: "2026-02-28T04:58:29.508900+00:00"
updated: "2026-02-28T04:58:29.508900+00:00"
---
Phase 2 API client uses the reqwest fix pattern (text + serde_json::from_str)

View File

@ -6,7 +6,13 @@ tags: [rust, reqwest, serde, error-handling, serde_json, api]
importance: 0.5
confidence: 0.8
created: "2026-02-28T04:58:15.771467+00:00"
updated: "2026-02-28T04:58:15.771467+00:00"
updated: "2026-02-28T04:58:29.508900+00:00"
relations:
- target: 4dc83eed-b0b1-4924-b82e-faf352426785
type: RELATED_TO
direction: incoming
strength: 0.9
edge_id: f57f63b8-1a05-4645-a320-4b045569ff55
---
# Fix: reqwest JSON Error Type Mismatch