io.sphere.sdk.channels.queries.ChannelsEndpoint Maven / Gradle / Ivy
package io.sphere.sdk.channels.queries;
import io.sphere.sdk.channels.Channel;
import io.sphere.sdk.http.JsonEndpoint;
final class ChannelsEndpoint {
static final JsonEndpoint ENDPOINT = JsonEndpoint.of(Channel.typeReference(), "/channels");
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy