From 559619f7c8d79782ae6cbd699db7864c142cef80 Mon Sep 17 00:00:00 2001 From: Dmitry Tretyakov <76806170+tretdm@users.noreply.github.com> Date: Thu, 10 Nov 2022 19:25:10 +0700 Subject: [PATCH] Add API documentation link for clients (#779) * Add API documentation link for clients * API abbr in upper --- VKAPI/README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/VKAPI/README.md b/VKAPI/README.md index b3c85918..d4db764c 100644 --- a/VKAPI/README.md +++ b/VKAPI/README.md @@ -1,10 +1,12 @@ # VK API Compatability layer for OpenVK -This directory contains VK api handlers, structures and relared +This directory contains VK API handlers, structures and relared exceptions. It is still a work-in-progress functionality. -**Note**: requests to api are routed through +**Note**: requests to API are routed through openvk.Web.Presenters.VKAPIPresenter, this dir contains only handlers. +[Documentation for API clients](https://docs.openvk.su/openvk_engine/api/description/) + ## Implementing API methods VK API methods have names like this: `example.test`. To implement a