[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
How to make GET request and convert JSON to HTML
From: |
Christian Miller |
Subject: |
How to make GET request and convert JSON to HTML |
Date: |
Mon, 12 Feb 2024 21:36:37 +0100 |
Hello,
how can I make a HTTP GET request and convert the returned JSON
response to a HTML table to render the response on a website?
Basically, GNU Artanis calls an API endpoint like
https://dummyjson.com/products and gets JSON as response. This should
be converted to a HTML table to render all products from the API on
the page.
I am new to Guile Scheme and don't really understand how to do it. I
used to use Node.js. This could also be added to the documentation.
--
Christian Miller
- How to make GET request and convert JSON to HTML,
Christian Miller <=