↳
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 π
β€ Read More
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"