1.0.2 • Published 9 years ago

vk-api-scoped-methods v1.0.2

Weekly downloads
2
License
MIT
Repository
github
Last release
9 years ago

vk-api-scoped-methods Build Status

Hash of VK API (v5.37) methods that require correct scope and their scopes.

Install

$ npm install --save vk-api-scoped-methods

Usage

The module is just an instance of JavaScript Object, you can use it like this:

var vkApiScopedMethods = require('vk-api-scoped-methods');

vkApiScopedMethods['newsfeed.get'];
//=> ['wall', 'friends']

Related

License

MIT © Dmitriy Sobolev