We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44709b7 commit f4df1edCopy full SHA for f4df1ed
1 file changed
swagger-templates/python/README.mustache
@@ -46,12 +46,12 @@ from __future__ import print_function
46
47
import squareconnect
48
from squareconnect.rest import ApiException
49
-from squareconnect.apis.location_api import LocationApi
+from squareconnect.apis.locations_api import LocationsApi
50
51
# setup authorization
52
squareconnect.configuration.access_token = 'YOUR_ACCESS_TOKEN'
53
# create an instance of the Location API class
54
-api_instance = LocationApi()
+api_instance = LocationsApi()
55
56
try:
57
# ListLocations
0 commit comments