relate: 23121a41 --RELATED_TO--> 27a1f728

This commit is contained in:
Cal Corum 2026-02-28 10:53:52 -06:00
parent 0ee6a4e3df
commit c9b77a7642
3 changed files with 25 additions and 2 deletions

View File

@ -0,0 +1,13 @@
---
id: 28a2471d-a080-4344-ab1e-5413df9e072c
type: RELATED_TO
from_id: 23121a41-790a-4bf3-9a4b-39f299bc4015
from_title: "Fix: SBA API Discord snowflake IDs returned as JSON strings not i64"
to_id: 27a1f728-ec90-469c-a6ab-5644d333322f
to_title: "Rust: reqwest response.json() yields reqwest::Error, not serde_json::Error"
strength: 0.8
created: "2026-02-28T16:53:52.215098+00:00"
updated: "2026-02-28T16:53:52.215098+00:00"
---
Both are Rust serde/API type mismatch fixes for the sba-scout API client

View File

@ -6,7 +6,7 @@ tags: [sba-scout, rust, api, serde, fix, discord, json]
importance: 0.6
confidence: 0.8
created: "2026-02-28T16:52:52.173698+00:00"
updated: "2026-02-28T16:53:47.424726+00:00"
updated: "2026-02-28T16:53:52.215098+00:00"
relations:
- target: 4dc83eed-b0b1-4924-b82e-faf352426785
type: RELATED_TO
@ -18,6 +18,11 @@ relations:
direction: outgoing
strength: 0.9
edge_id: e740a946-4100-4771-8449-61ab13896587
- target: 27a1f728-ec90-469c-a6ab-5644d333322f
type: RELATED_TO
direction: outgoing
strength: 0.8
edge_id: 28a2471d-a080-4344-ab1e-5413df9e072c
---
# Discord Snowflake IDs as JSON Strings

View File

@ -6,7 +6,7 @@ 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-28T05:06:39.175845+00:00"
updated: "2026-02-28T16:53:52.215098+00:00"
relations:
- target: 4dc83eed-b0b1-4924-b82e-faf352426785
type: RELATED_TO
@ -23,6 +23,11 @@ relations:
direction: incoming
strength: 0.7
edge_id: 67fc682d-2b46-43c8-b950-bd80147e0056
- target: 23121a41-790a-4bf3-9a4b-39f299bc4015
type: RELATED_TO
direction: incoming
strength: 0.8
edge_id: 28a2471d-a080-4344-ab1e-5413df9e072c
---
# Fix: reqwest JSON Error Type Mismatch