From 9eb6da05ada3a0c591d8b516a44953dfa904f53a Mon Sep 17 00:00:00 2001 From: Andrey Meshkov Date: Fri, 12 Jul 2019 15:57:20 +0300 Subject: [PATCH] Bump version to 0.97.0 and fix #798 --- README.md | 5 +++++ openapi/openapi.yaml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 22b32817..5fc0671d 100644 --- a/README.md +++ b/README.md @@ -69,6 +69,11 @@ Alternatively, you can use our [official Docker image](https://hub.docker.com/r/ * [How to install and run AdGuard Home on Raspberry Pi](https://github.com/AdguardTeam/AdGuardHome/wiki/Raspberry-Pi) * [How to install and run AdGuard Home on a Virtual Private Server](https://github.com/AdguardTeam/AdGuardHome/wiki/VPS) +### API + +If you want to integrate with AdGuard Home, you can use our [REST API](https://github.com/AdguardTeam/AdGuardHome/tree/master/openapi). +Alternatively, you can use this [python client](https://pypi.org/project/adguardhome/), which is used to build the [AdGuard Home Hass.io Add-on](https://community.home-assistant.io/t/community-hass-io-add-on-adguard-home). + ## Comparing AdGuard Home to other solutions diff --git a/openapi/openapi.yaml b/openapi/openapi.yaml index 063b85c7..fd472e87 100644 --- a/openapi/openapi.yaml +++ b/openapi/openapi.yaml @@ -2,7 +2,7 @@ swagger: '2.0' info: title: 'AdGuard Home' description: 'AdGuard Home REST API. Admin web interface is built on top of this REST API.' - version: 0.96.0 + version: 0.97.0 schemes: - http basePath: /control