From f7a8beb7817f89806458ab0b1cdc494b481de5e9 Mon Sep 17 00:00:00 2001 From: Jehiah Czebotar Date: Fri, 9 Apr 2021 05:22:49 -0400 Subject: [PATCH] Update README.md --- README.md | 19 +------------------ 1 file changed, 1 insertion(+), 18 deletions(-) diff --git a/README.md b/README.md index 4c9c726..1cf1e02 100644 --- a/README.md +++ b/README.md @@ -1,20 +1,3 @@ -bitly API python library -======================== - -## Installation - - pip install bitly_api - -## Run tests - -Your username is the lowercase name shown when you login to bitly, your access token can be fetched using the following ( http://dev.bitly.com/authentication.html ): - - curl -u "username:password" -X POST "https://api-ssl.bitly.com/oauth/access_token" - -To run the tests either export the environment variable or set it up inline before calling `nosetests`: - - bitly-api-python $ BITLY_ACCESS_TOKEN= nosetests - ## API Documentation -http://dev.bitly.com/ +For documentation of current version of the Bitly API visit https://dev.bitly.com/