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

Format parameter doesn't work #51

Closed neonwired closed 8 years ago

neonwired commented 8 years ago

http://api.randomuser.me/?format=csv still returns a json result

devdrops commented 8 years ago

Also http://api.randomuser.me/?format=sql. The only format that works is YAML.

mbifulco commented 8 years ago

:+1: agreed, in particular I was looking for CSV to work, in my case.

keitharm commented 8 years ago

The CSV/XML/SQL format features will make a return in the node.js version of the generator.

For now, please use version 0.6: http://api.randomuser.me/0.6/?format=csv

mbifulco commented 8 years ago

Ah great, thanks @keitharm!

keitharm commented 8 years ago

Hi @mbifulco, just wanted to let you know that the Node.js version of the Random User Generator has been released and includes the CSV format option :)

mbifulco commented 8 years ago

Excellent, thanks @keitharm :+1: :100: