We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Similar to #3, we could add a feature to include search data by dates. We did some earlier work here but never finished it.
Taken from here
Obtener los conjuntos de datos que han sido actualizados entre dos fechas
http://datos.gob.es/apidata/catalog/dataset/modified/begin/{beginDate}/end/{endDate}
En esta llamada se utilizan dos parámetros: {beginDate} y {endDate}, cuyo formato debe ser AAAA-MM-DDTHH:mmZ.
Si {beginDate} tiene el valor: 2016-04-18T00:00Z y {endDate} tiene el valor: 2016-06-30T00:00Z la llamada será:
http://datos.gob.es/apidata/catalog/dataset/modified/begin/2016-04-18T00:00Z/end/2016-06-30T00:00Z?_sort=title&_pageSize=10&_page=0
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Similar to #3, we could add a feature to include search data by dates. We did some earlier work here but never finished it.
Taken from here
Obtener los conjuntos de datos que han sido actualizados entre dos fechas
http://datos.gob.es/apidata/catalog/dataset/modified/begin/{beginDate}/end/{endDate}
En esta llamada se utilizan dos parámetros: {beginDate} y {endDate}, cuyo formato debe ser AAAA-MM-DDTHH:mmZ.
Si {beginDate} tiene el valor: 2016-04-18T00:00Z y {endDate} tiene el valor: 2016-06-30T00:00Z la llamada será:
http://datos.gob.es/apidata/catalog/dataset/modified/begin/2016-04-18T00:00Z/end/2016-06-30T00:00Z?_sort=title&_pageSize=10&_page=0
The text was updated successfully, but these errors were encountered: