11 ms·
First two tries: ~ % curl "http://api.genderize.io?name=pat" {"pat":null}% Shouldn't that be "unisex"? ~ % curl "http://api.genderize.io?name=patricia"
by appsappsapps 13y ago
First two tries:
~ % curl "http://api.genderize.io?name=pat"
{"pat":null}%
Shouldn't that be "unisex"?
~ % curl "http://api.genderize.io?name=patricia"
{"patricia":null}%
Hm...