# vk-api-open-methods **Repository Path**: mirrors_dsblv/vk-api-open-methods ## Basic Information - **Project Name**: vk-api-open-methods - **Description**: List of VK API methods that don't require authentication - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-24 - **Last Updated**: 2026-02-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # vk-api-open-methods [![Build Status](https://travis-ci.org/dsblv/vk-api-open-methods.svg?branch=master)](https://travis-ci.org/dsblv/vk-api-open-methods) > Just a list of VK API (v5.37) [methods](http://vk.com/dev/methods) that don't require authentication. ## Install ``` $ npm install --save vk-api-open-methods ``` ## Usage The module is basically an instance of JavaScript `Array`, so... ```js var openMethods = require('vk-api-open-methods'); var method = 'friends.get'; if (openMethods.indexOf(method) !== -1) console.log('Hurray!'); ``` ## Related - [vk-api-all-methods](https://github.com/dsblv/vk-api-all-methods) — List of all VK API methods - [vk-api-scoped-methods](https://github.com/dsblv/vk-api-scoped-methods) — Hash of VK API methods that require correct scope and scopes they require - [vk-api-scopes](https://github.com/dsblv/vk-api-scopes) — Hash of VK API access permission codes ## License MIT © [Dmitriy Sobolev](http://vk.com/sobo13v)