diff --git a/graph/edges/fix-sba-api-discord-snowflake--RELATED_TO--rust-reqwest-responsejson-yiel-28a247.md b/graph/edges/fix-sba-api-discord-snowflake--RELATED_TO--rust-reqwest-responsejson-yiel-28a247.md new file mode 100644 index 00000000000..d1c1898725d --- /dev/null +++ b/graph/edges/fix-sba-api-discord-snowflake--RELATED_TO--rust-reqwest-responsejson-yiel-28a247.md @@ -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 diff --git a/graph/fixes/fix-sba-api-discord-snowflake-ids-returned-as-json-strings-n-23121a.md b/graph/fixes/fix-sba-api-discord-snowflake-ids-returned-as-json-strings-n-23121a.md index e3738a2fd09..3bf76880670 100644 --- a/graph/fixes/fix-sba-api-discord-snowflake-ids-returned-as-json-strings-n-23121a.md +++ b/graph/fixes/fix-sba-api-discord-snowflake-ids-returned-as-json-strings-n-23121a.md @@ -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 diff --git a/graph/fixes/rust-reqwest-responsejson-yields-reqwesterror-not-serde-json-27a1f7.md b/graph/fixes/rust-reqwest-responsejson-yields-reqwesterror-not-serde-json-27a1f7.md index 396aab98ac4..2c0b1ebfbc7 100644 --- a/graph/fixes/rust-reqwest-responsejson-yields-reqwesterror-not-serde-json-27a1f7.md +++ b/graph/fixes/rust-reqwest-responsejson-yields-reqwesterror-not-serde-json-27a1f7.md @@ -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