Interface HttpConfigApi

  • All Superinterfaces:
    ConfigApi

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

      • 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