A Simple svelte app
Intro I recently had a need to think about API testing again. I needed to quickly come up with a small web based tester to perform the occasional get request but also a post request with data. It’s a lot simpler for me to just grab a JSON blob of data and send it to an endpoint with a click and evaluate the results. I decided to use svelte. I haven’t used svelte before but I was surprised by its simplicity and ease of use....