0.0.15 • Published 10 years ago

public-vk-api v0.0.15

Weekly downloads
5
License
MIT
Repository
github
Last release
10 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

10 years ago

0.0.14

10 years ago

0.0.13

10 years ago

0.0.12

10 years ago

0.0.11

10 years ago

0.0.10

10 years ago

0.0.9

10 years ago

0.0.8

10 years ago

0.0.7

10 years ago

0.0.5

10 years ago

0.0.3

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago