In-reply-to » A recent spam feed prompted me to build some more admin endpoints that can be used to nuke feeds out of a pod's cache. My pod's anonymous/discover views looks quite nice and meaningful now πŸ‘Œ

It’s a little awkward to use though, because you have to make sure you URL encode the uri πŸ˜… That google drive feed was some URI!

$ bat POST "https://pod.domain.tld/api/v1/cache/delete?uri=$(pbpaste | urlenc enc)" "Token:$YARND_TOKEN"

​ Read More