Style
Get all Styles
This command fetches all Styles available in GeoServer.
# Get all styles available in GeoServer
client.get_all_styles()
Get single Style
This command fetches information about particular Style from GeoServer.
# Get information about `population` style from GeoServer
client.get_style('population')