Kyle Bondo on Nostr: npub1ln5q8…5xyw6 Yes. Here is what my Firebase Cloud Function call looks like: ` ...
npub1ln5q8np5aezhtt7ztv6tah86xk4t3smjuchdvxp0u6uta056204q45xyw6 (npub1ln5…xyw6)
Yes. Here is what my Firebase Cloud Function call looks like:
`
const response = await fetch(
"https://podcastindex.org/api/1.0/hub/pubnotify?url="; +
encodeURIComponent(data.feedUrl) +
"&pretty"
);
`
Yes. Here is what my Firebase Cloud Function call looks like:
`
const response = await fetch(
"https://podcastindex.org/api/1.0/hub/pubnotify?url="; +
encodeURIComponent(data.feedUrl) +
"&pretty"
);
`