vkio 1.0.0 copy "vkio: ^1.0.0" to clipboard
vkio: ^1.0.0 copied to clipboard

outdated

VK API SDK for Dart

vkio #

A package which allows you to access to the VK API.

Usage #

import 'package:vkio/vk.dart';

main() {
  VK vk = new VK('a35e27fbb06d242fa72551433d2da1607035f6cdba1244cee86a3087bdfd32d54b8d1b6e6486c14c0ebe6');

  vk.api.messages.send({
    'user_id': 1,
    'message': 'Test',
  }).then((result) {
    print(result['response']);
  });
}

API #

  • Account
  • Ads
  • Apps
  • Board
  • Database
  • Docs
  • Fave
  • Friends
  • Gifts
  • Groups
  • Leads
  • Likes
  • Market
  • Messages
  • Newsfeed
  • Notes
  • Notifications
  • Pages
  • Photos
  • Places
  • Polls
  • Search
  • Secure
  • Stats
  • Status
  • Storage
  • Users
  • Utils
  • Video
  • Podcasts
  • LeadForms
  • PrettyCards
  • Stories
  • AppWidgets
  • Streaming
  • Orders
  • Wall
  • Widgets
  • Updates
13
likes
0
pub points
0%
popularity

Publisher

unverified uploader

VK API SDK for Dart

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

html, http

More

Packages that depend on vkio