# Installation

To consume this API, you have to use HTTP to fetch available resources.

The API Reference (opens new window) lists all available resources and allows to do API calls directly in the web UI.

# PHP SDK

We provide PHP SDK which implement directly all API resources.

Please use Composer to install it:

composer require kinow-io/kinow-php-sdk
1

Full documentation with all methods is available here: Github Kinow PHP SDK (opens new window)

# Javascript SDK

We provide Javascript SDK which implement directly all API resources.

Please use NPM to install it:

npm install kinow-javascript-sdk
1

Full documentation with all methods is available here: Github Kinow Javascript SDK (opens new window)

# Python SDK

We provide Python SDK which implement directly all API resources.

Please use pip to install it:

pip install git+https://github.com/kinow-io/kinow-python-sdk.git
1

Full documentation with all methods is available here: Github Python PHP SDK (opens new window)