Open snarfed opened 5 hours ago
oh wow!
I didn't actually realize the appview implemented that endpoint! jeez.
ok, I think the way to do this will be having a "service" argument which allows specifying a specific host to fetch from. That would work with the appview or relay or manually specifying a PDS. does that work for you?
FWIW we should probably have that endpoint return an HTTP header indicating the last processed rev of the repo, which would help with debugging. And then goat
would need some way to surface that.
--service
sgtm, and last processed rev too!
Hey @bnewbold! Thanks again for goat, it's great! Any chance you could add a flag to
get
andrecord *
to make it talk to the appview instead of the PDS? I routinely debug cases where a record may or may not have made it all the way through the appview, so I'd love to be able to easily see if a record is on both, or just the PDS, or neither.Thanks in advance!