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

Implement a cache for requests #18

Open
victorzinho opened this issue May 3, 2018 · 0 comments
Open

Implement a cache for requests #18

victorzinho opened this issue May 3, 2018 · 0 comments

Comments

@victorzinho
Copy link
Contributor

For some API calls some requests are performed multiple times. For example, for the GeoServer.get_layer call makes requests to get the workspace; if multiple layers share a common workspace, the workspace request is done multiple times.

All requests are done in the GeoServer._request method.

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

No branches or pull requests

1 participant