Skip to content

Commit d951494

Browse files
ydingyding
authored andcommitted
Changed example URL from http to https
1 parent 9f45fe3 commit d951494

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ from visionLiveSDK3.apiClient import ApiClient
2323
2424
appSecret = '{Your App Secret}'
2525
appKey='{Your App Key}'
26-
client = ApiClient('http://www.city.gov/API',appKey, appSecret)
26+
client = ApiClient('https://www.city.gov/API',appKey, appSecret)
2727
2828
# vision.cms.calendarcomponent.event.get is the API Name
2929
eventResult = client.vision.cms.calendarcomponent.event.get(Fields=1, ID=3754)

0 commit comments

Comments
 (0)