Skip to main content

Tokko Locations API Client.

Project description

Install

pip install tokko-locations-client

Basic usage

from tokko_locations_client.core import LocationsAPIClient
# You can also declare AuthToken and HomeURL using environment variables:
# + AuthToken: TOKKO_AUTH_TOKEN
# + HomeURL: LOCATIONS_API_HOME
api = LocationsAPIClient(
    home_url="http://www.tokkobroker.com",
    auth_token="your-tokko-user-auth-token"
)

# List All countries
print(api.countries())

# Get Country by <int: CountryID>
print(api.country(1))  # Argentina

#  Get State by <int: StateID>
print(api.state(146))  # Capital Federal

# Get Location by <int: LocationsID>
print(api.location(24673))  # Almagro

# Searching for location Almagro by keyword
print(api.location_quick_search("Almagro"))

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

tokko_locations_client-0.0.3-py3-none-any.whl (6.8 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page