Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kojakeng/kajak-vkapi

VK API library written in C [WIP]
https://github.com/kojakeng/kajak-vkapi

c c99 vk vkapi vkontakte vkontakte-api wip

Last synced: 8 days ago
JSON representation

VK API library written in C [WIP]

Awesome Lists containing this project

README

        

# kajak-vkapi

Library for VK API written in C [WIP].

Implemented `messages.send` method only at this moment.

## Dependencies
* libCURL
* json-c

## Building
```sh
$ cd .../kajak-vkapi
$ make
```

## Usage of the library
**[TODO]**