Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
khrabrovart authored Jun 3, 2017
1 parent 4286ed2 commit 6d583b3
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@
Citrina is a first full-blown high-performance [VK (VKontakte) API](https://vk.com/dev/manuals) realization for .NET that offers full support of all existing methods.


## Table of contents
- [Description](https://github.com/khrabrovart/Citrina/blob/master/README.md#description)
- [Installation](https://github.com/khrabrovart/Citrina/blob/master/README.md#installation)
- [User Guide](https://github.com/khrabrovart/Citrina/blob/master/README.md#user-guide)
- [Access Tokens](https://github.com/khrabrovart/Citrina/blob/master/README.md#access-tokens)
- [Client](https://github.com/khrabrovart/Citrina/blob/master/README.md#client)
- [Authentication Helpers](https://github.com/khrabrovart/Citrina/blob/master/README.md#authentication-helpers)
- [Standard API](https://github.com/khrabrovart/Citrina/blob/master/README.md#standard-api)
- [Custom Execute Methods](https://github.com/khrabrovart/Citrina/blob/master/README.md#custom-execute-methods)
- [File Uploading](https://github.com/khrabrovart/Citrina/blob/master/README.md#file-uploading)


## Description
Citrina is a VK API wrapper for .NET framework. This realization uses an [official VK API JSON Schema](https://github.com/VKCOM/vk-api-schema) to keep all the request/response models and methods up to date. Using this schema __guarantees the correctness and completeness__ of the models that VK API actually supports. Current API version that described by VK API JSON Schema is __5.62__.

Expand Down

0 comments on commit 6d583b3

Please sign in to comment.