Skip to content

Latest commit

 

History

History
53 lines (30 loc) · 1.32 KB

README.md

File metadata and controls

53 lines (30 loc) · 1.32 KB

nToklo API Python connector

Version: 0.1.2 Build Status

This library will allow you to connect to the nToklo API and create your own applications, get tokens and the results. Full documentation of the API can be found in the nToklo dev website

Support

This connector supports both Python >= 2.7 and Python >= 3.4, but we will be focusing development on the Python 3 support.

Features

This is a list of the functionality that is available on this API connector:

  • Events (send)
  • Blacklist (add, remove, list)
  • Products (create)
  • Recommendations (get)
  • Charts (get)

Dependencies

  • Python Requests framework

    pip install requests

Installing

To install this library, you can do it through pip:

$ pip install ntokloapi

If you want the latest version from the repository you can do:

$ pip install git+https://github.com/nToklo/ntokloapi-python

Usage

You can see how to use this library on the documentation

Authors

License

This library is licensed under the Apache 2.0 license. See LICENSE for more details

Copyright

Copyright 2015 nToklo Ltd.