openDataSoft.js 181 Bytes Edit Raw Blame History 1 2 3 4 5 6 7 8 function openDataSoft_Provider (url) { this.url = url; this.path = "result->records"; } openDataSoft_Provider.prototype.getData = function() { return 'openDataSoft'; };