0.0.15 • Published 9 years ago

public-vk-api v0.0.15

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

VK.com Public API

non-official implementation of VK.com OAuth 2 and API call engine with performance optimisations

Usage

import {VK} from 'public-vk-api'

const application_id = 123456
const permissions = 6
const vk = new VK(application_id)
vk.call('wall.get', {owner_id: 1}).then(console.log.bind(console))

document.querySelector('#auth').onClick(() => vk.login(permissions))
vk.logout()

And... that's all

0.0.15

9 years ago

0.0.14

9 years ago

0.0.13

9 years ago

0.0.12

9 years ago

0.0.11

9 years ago

0.0.10

9 years ago

0.0.9

9 years ago

0.0.8

9 years ago

0.0.7

9 years ago

0.0.5

9 years ago

0.0.3

9 years ago

0.0.2

9 years ago

0.0.1

9 years ago