Re: REST-API: "content" Properties
Joseph Myers <[email protected]>
| Newsgroups | gmane.comp.bug-tracking.roundup.devel |
|---|---|
| Message-ID | <[email protected]> |
On Fri, 22 Mar 2019, Ralf Schlatterbeck wrote: > I honestly don't know what would happen if we attach the file as a byte > string in python3, if the json serializer can handle this. JSON (the format) does not support binary data (there are workarounds people use such as base64-encoding binaries, but you need to know which content properties are text and which are binary - which is information the Roundup schema doesn't give you at present). -- Joseph S. Myers [email protected]