glasner-bitly 0.1.2 → 0.1.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/README.rdoc +5 -0
- data/VERSION.yml +1 -1
- data/lib/bitly/api.rb +0 -2
- metadata +1 -1
data/README.rdoc
CHANGED
@@ -5,6 +5,11 @@ RestClient based wrapper of bit.ly API. Currently supports..
|
|
5
5
|
- shortening a url
|
6
6
|
- expanding a bit.ly url
|
7
7
|
|
8
|
+
Have to declare the following constants..
|
9
|
+
|
10
|
+
Bitly::API::LOGIN = 'your_login
|
11
|
+
Bitly::API::KEY = 'your_api_key'
|
12
|
+
|
8
13
|
== Copyright
|
9
14
|
|
10
15
|
Copyright (c) 2009 Jordan Glasner. See LICENSE for details.
|
data/VERSION.yml
CHANGED
data/lib/bitly/api.rb
CHANGED