stroom
stroom copied to clipboard
Bring fetch-json into line with http-call
fetch-json is similar to http-call in that it hits a URL to get data back. They ought to use the same argument structure, same http client and same method for configuring the http client.
Changing this will break existing uses of this func though.