de.svenkubiak.jpushover.apis.API Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jpushover Show documentation
Show all versions of jpushover Show documentation
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