Diz.Link API clients

Clients/Libraries for URL Shortener service (baet.no, diz.link)

Download .zip Download .tar.gz View on GitHub

Clients/Libraries for BAET.no API!

A simple & readable Java code, reusable to communicate with BAET.no API endpoints.

How to use Java client lib?
works also on Android platform!

  • option.1: you can download the latest jar from releases
  • option.2: git clone, then import as maven project!
    $ cd your_repo_root/repo_name
    $ mvn clean install
    
    this will generate the snapshot jar library.
  • Example usage? here it is!
  • ... and read the source luke!