Closed nagem closed 6 years ago
Merging #988 into master will increase coverage by
0.03%
. The diff coverage is97.22%
.
@@ Coverage Diff @@
## master #988 +/- ##
==========================================
+ Coverage 90.39% 90.43% +0.03%
==========================================
Files 50 50
Lines 6717 6753 +36
==========================================
+ Hits 6072 6107 +35
- Misses 645 646 +1
Tests are added. Feel free to start SDK development at any time @kofalt
Rebased, merging when CI is green.
Similar to #893, add endpoint to modify container info using set/delete/replace keywords.
POST /api/<container>/<container_id>/info
Format of request:
key
:value
(values may be scalars or complex objects). All keys are added to theinfo
key if they do not exist, or are replaced by thevalue
if they do existOR
info
key for the file. It can be an empty map.Example Requests
Breaking Changes
None
There will be a transition period where setting
info
throughPUT /container_name/container_id
will still be allowed. It is expected that eventually all changes ininfo
should go through these new endpoints.@kofalt SDK related additive changes
Review Checklist