Generating MD5 hash for Marvel API

Hi, all. I’m trying to use Scriptable to query the Marvel Comics API, but I can’t find a decent example of how to construct that call. Showing you my code probably won’t help at all :wink: Does anyone know where I can find a good example of turning my public and private keys into an md5 hash for calling their API.
Thanks in advance,
JP

Try the suggestion here:

Thanks for the response. I have followed that thread but never found a concrete example of working code. Even Marvel’s example (Authorizing and Signing Requests) uses “1” as an example of a timestamp (?!), so I’m scratching my head even more than usual. But I’ll keep digging and post anything good that I find.