Deno’s fetch uses a rust library that won’t connect to servers with older TLS or cipher suites, so I worked around it in Lume by pulling a json file using the venerable curl, then manipulating that as I needed. Details in this gist. ⛑️

Code snippet highlighting use of filter and map