
org.infobip.mobile.messaging.api.rtc.MobileApiRtc Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of infobip-mobile-messaging-api-java Show documentation
Show all versions of infobip-mobile-messaging-api-java Show documentation
Mobile Messaging SDK for Android
The newest version!
package org.infobip.mobile.messaging.api.rtc;
import org.infobip.mobile.messaging.api.support.http.ApiKey;
import org.infobip.mobile.messaging.api.support.http.Body;
import org.infobip.mobile.messaging.api.support.http.HttpRequest;
import org.infobip.mobile.messaging.api.support.http.client.HttpMethod;
@ApiKey("${api.key}")
@HttpRequest("/webrtc/1/token")
public interface MobileApiRtc {
@HttpRequest(method = HttpMethod.POST)
TokenResponse getToken(@Body TokenBody body);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy