You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey @bnewbold! Thanks again for goat, it's great! Any chance you could add a flag to get and record * 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!
The text was updated successfully, but these errors were encountered:
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.
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!
The text was updated successfully, but these errors were encountered: