Skip to content

Commit

Permalink
Merge branch 'master' of github.com:basespace/basespace-python-sdk
Browse files Browse the repository at this point in the history
  • Loading branch information
mkallberg committed Oct 8, 2012
2 parents 00f7b19 + 266b6f1 commit 96bd7a2
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion examples/0_AppTriggering.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
# test if client variables have been set
helper.checkClientVars({'client_key':client_key,'client_secret':client_secret,'AppSessionId':AppSessionId})

BaseSpaceUrl = 'https://api.cloud-endor.illumina.com/'
BaseSpaceUrl = 'https://api.basespace.illumina.com/'
version = 'v1pre3'

# First we will initialize a BaseSpace API object using our app information and the appSessionId
Expand Down
2 changes: 1 addition & 1 deletion examples/1_Authentication.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
# test if client variables have been set
helper.checkClientVars({'client_key':client_key,'client_secret':client_secret,'AppSessionId':AppSessionId})

BaseSpaceUrl = 'https://api.cloud-endor.illumina.com/'
BaseSpaceUrl = 'https://api.basespace.illumina.com/'
version = 'v1pre3'


Expand Down
2 changes: 1 addition & 1 deletion examples/2_Browsing.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
# test if client variables have been set
helper.checkClientVars({'client_key':client_key,'client_secret':client_secret,'AppSessionId':AppSessionId})

BaseSpaceUrl = 'https://api.cloud-endor.illumina.com/'
BaseSpaceUrl = 'https://api.basespace.illumina.com/'
version = 'v1pre3'

# First, create a client for making calls for this user session
Expand Down
2 changes: 1 addition & 1 deletion examples/3_AccessingFiles.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
accessToken = ""
helper.checkClientVars({'client_key':client_key,'client_secret':client_secret,'AppSessionId':AppSessionId})

BaseSpaceUrl = 'https://api.cloud-endor.illumina.com/'
BaseSpaceUrl = 'https://api.basespace.illumina.com/'
version = 'v1pre3'

# First, create a client for making calls for this user session
Expand Down
2 changes: 1 addition & 1 deletion examples/4_AppResultUpload.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
# test if client variables have been set
helper.checkClientVars({'client_key':client_key,'client_secret':client_secret,'AppSessionId':AppSessionId})

BaseSpaceUrl = 'https://api.cloud-endor.illumina.com'
BaseSpaceUrl = 'https://api.basespace.illumina.com'
version = 'v1pre3'

# First, create a client for making calls for this user session
Expand Down

0 comments on commit 96bd7a2

Please sign in to comment.