zabbix-api 0.2.4

Zabbix API client
Documentation
# Development

## Integration tests

Install docker then start fresh Zabbix Server:

```shell
docker-compose up -d
```

Login to Zabbix with Admin http://localhost:3080 with creds: `Admin` / `zabbix` and 
check if service available.

Then run tests:

```shell
chmod +x run-integration-tests.sh
./run-integration-tests.sh
```