com.github.serkanalgl.hydro.raindrop.RaindropServer Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of hydro-raindrop-java Show documentation
Show all versions of hydro-raindrop-java Show documentation
Java library to access the Hydro Raindrop API.
The newest version!
package com.github.serkanalgl.hydro.raindrop;
import com.github.serkanalgl.hydro.raindrop.model.Authenticate;
import com.github.serkanalgl.hydro.raindrop.model.Challenge;
import com.github.serkanalgl.hydro.raindrop.model.Whitelist;
/**
* Created by serkanalgul on 4.07.2018.
*/
public interface RaindropServer extends RaindropShared {
Whitelist whitelist(String address) throws RaindropException;
Challenge challenge(String hydroAddressId) throws RaindropException;
Authenticate authenticate(String hydroAddressId) throws RaindropException;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy