Skip to content
This repository has been archived by the owner on Jun 27, 2020. It is now read-only.

Use HTTPS API endpoint #47

Merged
merged 1 commit into from
Oct 4, 2016
Merged
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
2 changes: 1 addition & 1 deletion lib/redditkit/client.rb
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ def initialize(username = nil, password = nil)
end

def api_endpoint
@api_endpoint ||= 'http://www.reddit.com/'
@api_endpoint ||= 'https://www.reddit.com/'
end

def authentication_endpoint
Expand Down