|
Project Information
Members
Featured
Downloads
Wiki pages
Links
|
A Java interface to the bit.ly and j.mp APIs.Bitlyj 2.0: A DSL for Bitly-powered Url Shortening ServicesThis is probably all most will be interested in: import com.rosaloves.bitlyj.Url;
import static com.rosaloves.bitlyj.Bitly.*;
Url url = as("bitlyapidemo", "R_0da49e0a9118ff35f52f629d2d71bf07").call(shorten("http://rosaloves.com/stories/view/13"));
// url.getShortUrl() -> http://bit.ly/fB05There's more, of course :-). Check out QuickStart to see more usage, and Bitlyj2AndTheScalaREPL for even more in an interactive Scala session. 2.0 Noteworthies
The stable 2.0 artifacts are available in maven central. <dependency> <groupId>com.rosaloves</groupId> <artifactId>bitlyj</artifactId> <version>2.0.0</version> </dependency> I care about your input, so please join the group to share it or file issues/feature requests as you find them. Maven Artifacts Now Available on Maven CentralMany thanks to Sonatype for providing free artifact hosting service (via Nexus) for open source projects. For your mavenized open source project, I recommend it. |