-
Notifications
You must be signed in to change notification settings - Fork 0
mtakuya/gauche-bitly
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
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 0
No packages published