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

Paginación de resultados #17

Open
juanjcsr opened this issue Mar 17, 2017 · 0 comments
Open

Paginación de resultados #17

juanjcsr opened this issue Mar 17, 2017 · 0 comments

Comments

@juanjcsr
Copy link
Contributor

Actualmente al hacer alguna petición, por ejemplo: api/v1/political_division/states/1/towns se obtiene el total de resultados. En endpoints que acceden a muchos datos, podría existir mayor carga en el servidor.

Puedo trabajar en un feature de paginación. Que por defecto requiera paginación mediante un limit y un offset y si se requieren todos los datos, pasar un custom header como X-Total-Count o similar.

¿Cómo lo ven?

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