vk-api-all-methods

List of all VK API methods

Usage no npm install needed!

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

README

vk-api-all-methods Build Status

Just a list of all VK API (v5.37) methods.

Install

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

Usage

The module is basically an instance of JavaScript Array, so...

var allMethods = require('vk-api-all-methods');
var method = 'friends.get';

if (allMethods.indexOf(method) !== -1)
    console.log('Yeah!');

Related

License

MIT © Dmitriy Sobolev