vk-api-scoped-methods

Hash of VK API methods that require correct scope and scopes they require

Usage no npm install needed!

<script type="module">
  import vkApiScopedMethods from 'https://cdn.skypack.dev/vk-api-scoped-methods';
</script>

README

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