...
# | Description | Details | Decisions |
---|---|---|---|
1 | Should the java interface take in one (JSON) objects(like REST interface) or a few individual fields in a signature? | Mapping the request body to an object | |
2 | Input streams or files? | Toine has a preference for input stream. | Use input stream03/11/12 Team meeting Niamh, Toine, Rishi, Aditya, Bruno, Phillipee We have decided to use input streams. |
3 | API uses (generated) ID's or customer provided names | 03/11/12 Team meeting notes - Niamh, Toine, Rishi, Aditya, Bruno, Phillipee
Maybe the Java API should use names like the REST API does. anchors & nodes - may need ID
| |
4 | Should a user be able to update/override/delete a dataspace, module, module set? (of the same revision) |
|
CPS provides the following interfaces:
...