Skip to content
This repository has been archived by the owner on Nov 29, 2017. It is now read-only.

Commit

Permalink
Merge pull request #2 from TheFox/https
Browse files Browse the repository at this point in the history
Use HTTPS instead of HTTP.
  • Loading branch information
stephpy committed Jan 8, 2014
2 parents f43a149 + 24e5b7c commit 1cdbe19
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Rezzza/Flickr/Metadata.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,17 +27,17 @@ class Metadata
/**
* @var string
*/
protected $endpoint = 'http://api.flickr.com/services/rest/';
protected $endpoint = 'https://api.flickr.com/services/rest/';

/**
* @var string
*/
protected $uploadEndpoint = 'http://up.flickr.com/services/upload/';
protected $uploadEndpoint = 'https://up.flickr.com/services/upload/';

/**
* @var string
*/
protected $replaceEndpoint = 'http://up.flickr.com/services/replace/';
protected $replaceEndpoint = 'https://up.flickr.com/services/replace/';

/**
* @param string $apiKey apiKey
Expand Down

0 comments on commit 1cdbe19

Please # to comment.