Skip to content
New issue

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

Include new path_* and explore_* functions to explore data through begin and end dates #4

Open
cimentadaj opened this issue Nov 5, 2018 · 0 comments

Comments

@cimentadaj
Copy link
Collaborator

cimentadaj commented Nov 5, 2018

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant