The data output is in the form of JSON, Text, or Blob to prevent the bulkiness of the function while also keeping in mind that most of the time it would be used to fetch a JSON Object or a Text with rare instances of calling other files which can be then converted into suitable by the user itself.
Worked on Issue #89
The data output is in the form of JSON, Text, or Blob to prevent the bulkiness of the function while also keeping in mind that most of the time it would be used to fetch a JSON Object or a Text with rare instances of calling other files which can be then converted into suitable by the user itself.