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 instead:
# + 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())

# Retrieving specific country by <int: CountryID>
print(api.country(1))  # Argentina

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

# Retrieving specific locations by <int: LocationsID> 
print(api.location(24673))  # 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.1-py3-none-any.whl (5.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