Glafir

Results 4 issues of Glafir

How I can request table data https://api-metrika.yandex.ru/stat/v1/data

Make pg_probackup restore from mounted store to local path without agent? For example /mnr/backups - mount store with backups /path - somthing empty path wanting to restore I tried it...

bug

Will there be support for Bootstrap 4?

``` zapi = ZabbixAPI("http://zb.relef.ru/zabbix") ``` In ```zapi.session.headers``` ```"Content-Type"``` sending by python client is "text/html", but method update do not help for this ``` zapi.session.headers.update( { "Content-Type": 'application/json', "User-Agent": "python/pyzabbix", "Cache-Control":...