http://tstzmgqansvqfzr3qrkehszmlhjqbpqp7pwncrzr72ohyygrnbuu26qd.onion/git/ap-client/commit/5326f738474bb89d6d5072a9dd615243c9cacfa4.html
                                
                                
                                                                            resource=acct:$user\@$host"); +$req->header('Accept' => 'application/json,application/xml'); + +my $res = $ua->request($req); + +if ($res->is_success) { +	print $res->content; +} else { +	print STDERR "Got ", $res->status_line, " instead of 2xx\n"; +	exit 1; +} Please contact me by any means for patches , issues(tracker will maybe be added oneday), or whatever else.