labscommunity / arweavekit

https://docs.arweavekit.com
MIT License
10 stars 7 forks source link

feat: added getData to fetch raw data #90

Open HAPPYS1NGH opened 10 months ago

HAPPYS1NGH commented 10 months ago

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.