Interface HttpConfigApi

All Superinterfaces:
ConfigApi

@Path("v1/config") @Path("v1/config") public interface HttpConfigApi extends ConfigApi
  • Method Summary

    Modifier and Type
    Method
    Description
    Get the server configuration.
  • Method Details

    • getConfig

      @GET @GET @Produces("application/json") @Produces("application/json") NessieConfiguration getConfig()
      Description copied from interface: ConfigApi
      Get the server configuration.
      Specified by:
      getConfig in interface ConfigApi