io.github.zanella.nomad.v1.regions.RegionsApi Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of nomad-api Show documentation
Show all versions of nomad-api Show documentation
Java client for Nomad's HTTP API
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