Skip to content
This repository was archived by the owner on Oct 4, 2023. It is now read-only.

update readme to use https links #89

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 4 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,18 @@
imgurpython
===========

A Python client for the [Imgur API](http://api.imgur.com/). It can be used to
A Python client for the [Imgur API](https://api.imgur.com/). It can be used to
interact with the Imgur API in your projects.

You must [register](http://api.imgur.com/oauth2/addclient) your client with the Imgur API, and provide the Client-ID to
You must [register](https://api.imgur.com/oauth2/addclient) your client with the Imgur API, and provide the Client-ID to
make *any* request to the API (see the [Authentication](https://api.imgur.com/#authentication) note). If you want to
perform actions on accounts, the user will have to authorize your application through OAuth2.

Requirements
------------

- Python >= 2.7
- [requests](http://docs.python-requests.org/en/latest/user/install/)
- [requests](https://docs.python-requests.org/en/latest/user/install/)

Imgur API Documentation
-----------------------
Expand Down Expand Up @@ -114,7 +114,7 @@ To view client and user credit information, use the `credits` attribute of `Imgu
* ClientLimit
* ClientRemaining

For more information about rate-limiting, please see the note in our [docs](http://api.imgur.com/#limits)!
For more information about rate-limiting, please see the note in our [docs](https://api.imgur.com/#limits)!

Examples
------------
Expand Down Expand Up @@ -233,4 +233,3 @@ Imgur entry points
| imgur.com/a/{album_id} | album |
| imgur.com/a/{album_id}#{image_id} | single image from an album |
| imgur.com/gallery/{gallery_post_id} | gallery |