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

org.meridor.perspective.client.ServiceApi Maven / Gradle / Ivy

There is a newer version: 1.3.4.1
Show newest version
package org.meridor.perspective.client;

import okhttp3.ResponseBody;
import retrofit2.Call;
import retrofit2.http.GET;
import retrofit2.http.Headers;

public interface ServiceApi {
    
    @GET("/version")
    @Headers("Accept: text/plain")
    Call version();

    @GET("/ping")
    Call ping();
    
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy