Skip to content

mtakuya/gauche-bitly

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

NAME
    This is Gauche module bitly.
 
VERSION
    0.0.1
 
INSTALLATION
    1. bitly.scm add copy to *load-path* directory.
 
SYNOPSIS
    (use bitly)
    (define username "YOURUSERNAME")
    (define apikey "YOURAPIKEY")
    
    ;initialize
    (define bc (make-bitly username apikey "http://www.google.com"))
    ;;or (define bc (make-bitly username apikey))
    
    (shorten bc) ; default url is (ref bc 'url).    
    
    (shorten bc "http://www.google.com")
    (expand bc "http://bit.ly/c2bi9W")
    ;info, stats
    
AUTHOR
    Takuya Mannami <[email protected]>

About

Gauche module - bit.ly API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages