~synthesyz/synthapi-py/trunk

« back to all changes in this revision

Viewing changes to src/synthapi.py

  • Committer: Clint Miller
  • Date: 2008-07-12 17:59:31 UTC
  • mfrom: (1.1.1 ssl)
  • Revision ID: clint.miller1@gmail.com-20080712175931-an970vwl0b72bg9y
sslĀ support

Show diffs side-by-side

added added

removed removed

Lines of Context:
170
170
    _USER_ID_COOKIE = 'USER_ID'
171
171
    _USER_DB_ID_COOKIE = 'USER_DB_ID'
172
172
 
173
 
    def __init__(self, email_address, password, base_url='http://api.synthesyz.com', user_id=None, logon_id=None):
 
173
    def __init__(self, email_address, password, base_url='https://api.synthesyz.com:443', user_id=None, logon_id=None):
174
174
        self.email_address = email_address
175
175
        self.password = password
176
176
        self.base_url = base_url