Add support for content negotiation in swh's API
2 unresolved threads
Closed
requested to merge generated-differential-D992-source into generated-differential-D992-target
2 unresolved threads
Compare changes
Files
2+ 55
− 8
@@ -10,12 +10,43 @@ import json
@@ -124,21 +155,28 @@ class SWHRemoteAPI(metaclass=MetaSWHRemoteAPI):
@@ -171,16 +209,25 @@ class BytesRequest(Request):
That won't be enough for all of our internal apis (but i have the feeling you know that and want to go incrementally ;) I think of the storage for example but there might be others as well (indexer?).
Yes,so far this is enough for the scheduler (diff not yet submitted), but indeed it will need more tweaking...