JSPM

vk-wrapper

0.1.1
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 1
  • Score
    100M100P100Q30545F
  • License MIT

Small wrapper for calling VK methods API.

Package Exports

  • vk-wrapper

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (vk-wrapper) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

VK Wrapper VK Wrapper

VK Wrapper

Small wrapper for calling VK methods API.

Install

$ npm install vk-wrapper --save

Usage

const api = require('vk-wrapper')

api('users.get', {
  user_ids: 1
}).then(body => {
  console.log(body) // => { response: [ { id: 1, first_name: 'Павел', last_name: 'Дуров' } ] }
})

License

MIT.