Package org.projectnessie.api.v2.http
Interface HttpConfigApi
-
-
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()Description copied from interface:ConfigApiGet the server configuration.
-
-