Solid-client library for posting data to pod

Hi,
I get data in json format from an API endpoint. I need to store this data in a file in my solid pod. I got the information that solid-client library serves this purpose. Can I know how it can be used to save the data in my pod?
Thanks…

This is the relevant documentation to store data in arbitrary formats (like JSON) on a Pod: Read/Write Files (Non-RDF Resources) — Inrupt JavaScript Client Libraries

1 Like

An example in a vuejs plugin