Skip to content

Commit

Permalink
Merge branch 'master' of github.com:adbharadwaj/graphspace-python
Browse files Browse the repository at this point in the history
  • Loading branch information
adbharadwaj committed Oct 22, 2018
2 parents cbca72f + 7d189fe commit 1de2cf6
Show file tree
Hide file tree
Showing 3 changed files with 824 additions and 777 deletions.
2 changes: 1 addition & 1 deletion graphspace_python/api/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ def _make_request(self, method, path, url_params={}, data={}, headers=None):
'Content-Type': 'application/json'
}

request_path = 'http://{0}{1}?{2}'.format(
request_path = 'https://{0}{1}?{2}'.format(
self.api_host,
six.moves.urllib.parse.quote(path.encode('utf-8')),
six.moves.urllib.parse.urlencode(url_params, doseq=True)
Expand Down

0 comments on commit 1de2cf6

Please sign in to comment.