mirror of
https://github.com/openvk/openvk
synced 2024-11-13 10:39:24 +03:00
Add API documentation link for clients (#779)
* Add API documentation link for clients * API abbr in upper
This commit is contained in:
parent
c73974ad0d
commit
559619f7c8
1 changed files with 4 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue