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

de.svenkubiak.jpushover.apis.API Maven / Gradle / Ivy

Go to download

Zero-dependency convenient class for sending messages to Pushover in Java project

The newest version!
package de.svenkubiak.jpushover.apis;

import de.svenkubiak.jpushover.exceptions.JPushoverException;
import de.svenkubiak.jpushover.http.PushoverResponse;

public interface API {
    PushoverResponse push() throws JPushoverException;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy