It would be great to merge JSON files stored in OneDrive or Sharepoint reducing the amount of data in each HTTP Request. For example, instead of receiving all the information from a given system every time (which takes too long and often leads to timeout errors), we would be able to retrieve just the most recent data and merge it with the data that is already stored in a file.
... View more