I'm making a REST call to view my data as a CSV:
http://www.mockaroo.com/api/generate.csv?key=[key_id]
But I get the following error:
{"error":"A JSON text must at least contain two octets!"}
I assume I'm missing something simple :0)
I'm making a REST call to view my data as a CSV:
http://www.mockaroo.com/api/generate.csv?key=[key_id]
But I get the following error:
{"error":"A JSON text must at least contain two octets!"}
I assume I'm missing something simple :0)