geoserver-restconfig icon indicating copy to clipboard operation
geoserver-restconfig copied to clipboard

Create a workspace

Open iByteDev opened this issue 3 years ago • 1 comments

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.

iByteDev avatar May 17 '22 03:05 iByteDev

https://github.com/GeoNode/geoserver-restconfig/blob/master/src/geoserver/catalog.py#L1201 Calalog has create_workspace() method.

krych14m avatar May 23 '22 09:05 krych14m