geoserver-restconfig
geoserver-restconfig copied to clipboard
Create a workspace
I have read the full documentation of geoserver-restconfig and the methods it provides are very interesting.
The thing is that, for example, it gives me the option of being able to obtain a workspace with cat.get_workspaces, however, there is the possibility that a method like cat.add_workspace('my_new_workspace')?
Thanks in advance for your attention.
https://github.com/GeoNode/geoserver-restconfig/blob/master/src/geoserver/catalog.py#L1201 Calalog has create_workspace() method.