icatproject / ids.server

The server component of the ICAT Data Service
Other
3 stars 3 forks source link

Remove putAsPost API call #168

Open RKrahl opened 2 months ago

RKrahl commented 2 months ago

Remove POST implementation of the put call (aka putAsPost) from the API, along with corresponding tests. Furthermore, remove the wrap and padding arguments from method IdsBean.put() as they were only need for putAsPost. Close #162.