aboutsummaryrefslogtreecommitdiffstats
path: root/notes
diff options
context:
space:
mode:
authorSam Anthony <sam@samanthony.xyz>2026-05-21 17:36:43 -0400
committerSam Anthony <sam@samanthony.xyz>2026-05-21 17:36:43 -0400
commit922c7f326382aa06f8bc4c9b5dcb2c0098160adb (patch)
treec3d5fd5040ffd79986519585907af655b71d5d17 /notes
parent4370a8133c8e9c870d7d2c659f27ac655896eec0 (diff)
downloadlulu-922c7f326382aa06f8bc4c9b5dcb2c0098160adb.zip
extend tests for print-jobs response unmarshaling
Diffstat (limited to 'notes')
-rw-r--r--notes9
1 files changed, 0 insertions, 9 deletions
diff --git a/notes b/notes
index ce427d0..331cabe 100644
--- a/notes
+++ b/notes
@@ -9,12 +9,3 @@ real response did not; thus "fees" is included in the testdata. The
real response had "first_name" and "last_name" rather than just
"name", so ShippingAddress has a custom UnmarshalJSON() function to
account for both. And so on...
-
-
--- Print Jobs --
-
-I made some corrections to testdata/getprintjobsresp.json. These
-include changing "source_md5sum" to "source_md5_sum" and changing the
-postcode field from integer to string, etc., as per the schema. It
-remains to be seen if the errors are just in the documentation example
-or if they (sometimes) appear in real server responses too...