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
First of all: Thanks for this library.
I would like to get the informations of this endpoint tor/status-vote/current/authority.
As far as I have seen there is currently no way to get these informations, right?
The parser seems to be capable of parsing those informations.
The text was updated successfully, but these errors were encountered:
Hey @Gared , thanks for using the library and the suggestion. This seems like a great addition.
I started to work on it over the weekend but didn't finish. There's a bit of new parsing, all easy, but quite a few new properties and information to organize.
Is there specific info you're looking for from this function? I'll expose a request function as well so that one can easily request other directory URLs that are not included.
After writing my comment I started to write my own client based on Guzzle to have a better handling of requests. Are you interested @dapphp ? I also implemented the parsing for this specific endpoint.
Thanks for working on this topic! I don't exactly what my final goal is, but for now I want to get the source information behind this overview: https://consensus-health.torproject.org/consensus-health.html to monitor changes as early as possible in the tor network like bandwith changes or Guard and Exit flags
First of all: Thanks for this library.
I would like to get the informations of this endpoint
tor/status-vote/current/authority
.As far as I have seen there is currently no way to get these informations, right?
The parser seems to be capable of parsing those informations.
The text was updated successfully, but these errors were encountered: