Twits du Jour (Jun 16)
<1 min read
- Your Blood Type May Determine Whether You Get COVID-19 or Not thauv.in/3fub9Eh #
I've released three libraries for Kotlin/Java:
A simple implementation of the URL shortening (bitlinks) abilities of the Bitly v4 API.
bitly.bitlinks().shorten("https://www.example.com/")A simple implementation of the is.gd API for URL shortening.
Isgd.shorten("https://www.example.com/")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)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.