TF-4169 Add Label/changes method

This commit is contained in:
dab246
2025-11-24 11:54:38 +07:00
committed by Dat H. Pham
parent 0c5d6e6534
commit ac89546ac3
6 changed files with 310 additions and 1 deletions
+4
View File
@@ -14,3 +14,7 @@ JmapRequestBuilder createBuilder(Dio dio) {
ProcessingInvocation(),
);
}
Map<String, String> createJMAPHeader() {
return {"accept": "application/json;jmapVersion=rfc-8621"};
}