Skip to content

VK API library written in C [WIP]

License

Notifications You must be signed in to change notification settings

kojakeng/kajak-vkapi

Repository files navigation

kajak-vkapi

Library for VK API written in C [WIP].

Implemented messages.send method only at this moment.

Dependencies

  • libCURL
  • json-c

Building

$ cd .../kajak-vkapi
$ make

Usage of the library

[TODO]