Closed interkosmos closed 1 year ago
Thank you @interkosmos, for providing this, I will work on this.
Hi @interkosmos, as suggested I have created a PR, Where I have used http-client
package to make http
requests and fetch json
and image
data.
Your changes have been merged. Thank you.
I’d like to propose a port of fortran-xkcd to http-client as a “real-world” example. The upstream version uses fortran-curl for all GET requests. The fork could replace fortran-curl with http-client to fetch JSON data and PNG images.
(However, it doesn’t have to be a fork; an example program within http-client would be fine, too.)