Package org.projectnessie.api
Interface ConfigApi
-
@Path("config") public interface ConfigApi
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description NessieConfigurationgetConfig()Get the server configuration.
-
-
-
Method Detail
-
getConfig
@GET @Produces("application/json") NessieConfiguration getConfig()Get the server configuration.
-
-