How do I add the "schema" query string parameter to this request?
URL url = new URL("http://www.mockaroo.com/api/generate.json?key=abcd1234");
How do I add the "schema" query string parameter to this request?
URL url = new URL("http://www.mockaroo.com/api/generate.json?key=abcd1234");