diff options
| author | Dominik Picheta <dominikpicheta@googlemail.com> | 2017-07-30 23:29:54 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-07-30 23:29:54 +0100 |
| commit | fcf557792b6043281d1b821b60c9b101a3eaa772 (patch) | |
| tree | bcd47ed81b932ad53a19c002b80b901e43f5142e | |
| parent | 0818d18738729fb62780217333bd8fb135a998d5 (diff) | |
| parent | b11d61efd8490092b3ab3567076c9efda9601829 (diff) | |
| download | packages-fcf557792b6043281d1b821b60c9b101a3eaa772.tar.gz packages-fcf557792b6043281d1b821b60c9b101a3eaa772.zip | |
Merge pull request #550 from cyberlis/master
vkapi a wrapper for the vk.com API (russian social network)
| -rw-r--r-- | packages.json | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/packages.json b/packages.json index 9fa7796..2b82ba8 100644 --- a/packages.json +++ b/packages.json @@ -6876,5 +6876,19 @@ "description": "Nim bindings for Godot Engine", "license": "MIT", "web": "https://github.com/pragmagic/godot-nim" + }, + { + "name": "vkapi", + "url": "https://github.com/cyberlis/nimvkapi", + "method": "git", + "tags": [ + "wrapper", + "vkontakte", + "vk", + "library" + ], + "description": "A wrapper for the vk.com API (russian social network)", + "license": "MIT", + "web": "https://github.com/cyberlis/nimvkapi" } ] |
