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

com.plivo.api.LookupAPIService Maven / Gradle / Ivy

Go to download

A Java SDK to make voice calls & send SMS using Plivo and to generate Plivo XML

There is a newer version: 5.44.3
Show newest version
package com.plivo.api;

import retrofit2.Call;
import retrofit2.http.Path;
import retrofit2.http.Query;
import retrofit2.http.GET;

public interface LookupAPIService {
  @GET("Number/{number}")
  Call lookupGet(@Path("number") String number, @Query("type") String type);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy