/thin-sklik-client

Thin Python client for Seznam Sklik API (api.sklik.cz)

Primary LanguagePython

Thin Sklik Client

Simple Python client for Seznam Sklik API. See test.py for usage and http://api.sklik.cz for API documentation.

Caution: don't pass session argument to API methods. It gets passed automatically (when needed).

Why not official client?

There's an official Sklik Python client. But it's too complicated and doesn't support all API methods. This library supports all methods because it's just a thin xmlrpclib wrapper.