From 7f509237235b9c1fa799fb5743342c2b608a04f3 Mon Sep 17 00:00:00 2001 From: bruinlax Date: Thu, 1 Jun 2017 20:03:34 -0700 Subject: [PATCH] Update Readme to use LocationsApi vs LocationApi Retrieve your location IDs example currently fails. Add "s" to location to direct it to file / class --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4a96881..4b43957 100644 --- a/README.md +++ b/README.md @@ -46,12 +46,12 @@ from __future__ import print_function import squareconnect from squareconnect.rest import ApiException -from squareconnect.apis.location_api import LocationApi +from squareconnect.apis.locations_api import LocationsApi # setup authorization squareconnect.configuration.access_token = 'YOUR_ACCESS_TOKEN' # create an instance of the Location API class -api_instance = LocationApi() +api_instance = LocationsApi() try: # ListLocations