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
Small wrapper for calling VK methods API.
Install
$ npm install vk-wrapper --saveUsage
api('users.get', {
user_ids: 1
}).then(body => {
console.log(body) // => { response: [ { id: 1, first_name: 'Павел', last_name: 'Дуров' } ] }
})License
MIT.