All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.github.zanella.nomad.v1.regions.RegionsApi Maven / Gradle / Ivy

The newest version!
package io.github.zanella.nomad.v1.regions;

import feign.RequestLine;

import java.util.List;

public interface RegionsApi {
    String regionsUrl = "/v1/regions";

    @RequestLine("GET " + regionsUrl)
    List getRegions();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy