SkillAgentSearch skills...

GIPHY4J

Java wrapper library for the GIPHY API

Install / Use

/learn @yusuke/GIPHY4J
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

GIPHY4J

Java / Kotlin wrapper library for the GIPHY API

HOW TO USE

class Giphy4JExample{
    public static void main(String... args){
        String apiKey = "myapikey";
        Giphy4J giphy4j = new Giphy4J(apiKey);
        List<Gif> gifs = giphy4j.search("sponge bob");
    }
}
fun main(args: Array<String>) {
    val giphy4K = Giphy4K("apikey")
    val gifs = giphy4K.random(tag = "sponge bob")
    println(gifs.images.looping.mp4)
}

Related Skills

View on GitHub
GitHub Stars7
CategoryDevelopment
Updated7y ago
Forks0

Languages

Kotlin

Security Score

70/100

Audited on Oct 12, 2018

No findings