Create Ghost Blog Subscription from External Site
It can be frustrating when you look for information on trying to achieve something and can't find it! I wanted to provide a way to have a subscriber signup for my blog on my personal site which are different online properties. There isn't a lot o...
ambientdata.app2 min read
Ali
Why use
const r = await result.text();And Why not this?
const r = await result.json();