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

com.github.seratch.jslack.api.methods.SlackApiRequest Maven / Gradle / Ivy

package com.github.seratch.jslack.api.methods;

/**
 * A marker interface for Slack API request objects.
 */
public interface SlackApiRequest {

    String getToken();

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy