Bitly-Shorten, Isgd-Shorten and Akismet-Kotlin

<1 min read

I've released three libraries for Kotlin/Java:

  • Bitly Shortener

    A simple implementation of the URL shortening (bitlinks) abilities of the Bitly v4 API.

    bitly.bitlinks().shorten("https://www.example.com/")
  • is.gd Shortener

    A simple implementation of the is.gd API for URL shortening.

    Isgd.shorten("https://www.example.com/")
  • Akismet

    A pretty complete and straightforward implementation of the Automattic's Akismet API, a free service which can be used to actively stop comments spam.

    val akismet = Akismet(apiKey = "API_KEY", blog = "https://www.example.com/")
    val comment = AkismetComment(request = context.getRequest()) val isSpam = akismet.checkComment(comment)

Twits du Jour (Jun 9)

<1 min read

The Rhythm Section

2 min read

How far would you go? Who would you become?

Bill & Ted Face the Music

2 min read

A visitor from the future tells best friends Bill and Ted that one of their songs can save life as we know it and bring harmony to the universe.

Twits du Jour (Jun 5)

<1 min read

Twits du Jour (Jun 1)

<1 min read