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.
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.