RandomAPI / Randomuser.me-old-source

[Deprecated] PHP source for Random User Generator - Please take a look at the new Node version
https://randomuser.me
137 stars 48 forks source link

Gender argument does not work #10

Closed karthik closed 9 years ago

karthik commented 9 years ago
http://api.randomuser.me/?gender=female

You can see this by reloading that URL a few times.

keitharm commented 9 years ago

Thanks for the report @karthik, The gender parameter should be working properly now.

karthik commented 9 years ago

Awesome, thanks @solewolf I wrote a R package to work with your API. People can also use it with their paid API keys. Check it out: https://github.com/karthik/randNames

keitharm commented 9 years ago

Looks pretty neat @karthik! Thanks for the R Package. I sent in a pull request to clear some things up about the RandomAPI.com API key and requesting more than 100 users.

I am gonna see if I can elucidate the documentation a bit better.