12345678910111213141516171819202122 |
- .. _gwc_rest:
- GeoWebCache REST API
- ====================
- This section discusses the GeoWebCache REST API, an interface for working programmatically with the integrated GeoWebCache without the need for a GUI.
- The GeoWebCache REST endpoint when integrated with GeoServer is available at::
- <GEOSERVER_HOME>/gwc/rest/
- For example::
- http://example.com:8080/geoserver/gwc/rest/
- .. toctree::
- :maxdepth: 2
-
- layers
- seed
- diskquota
|