ru.blizzed.opensongkick.params.ClientIpLocation Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of OpenSongKick Show documentation
Show all versions of OpenSongKick Show documentation
Simple Java library for non-auth methods of Songkick.com API
The newest version!
package ru.blizzed.opensongkick.params;
public class ClientIpLocation extends LocationParam {
public ClientIpLocation() {
super(Type.CLIENTIP);
}
@Override
public String toString() {
return getType().name().toLowerCase();
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy