7even/vkontakte_api

Working with VK stored procedures

leemour opened this issue · 3 comments

I couldn't find a way to use stored procedures described here - https://vk.com/dev/execute
Now I'm using VkontakteApi::API.call("execute.<my_procedure>") which isn't very sweet.
Could you add this functionality or I'm happy to create PR if you give me some pointers?

7even commented

Actually it is supported since ec9c112. You can use it like this:

vk.execute.procedure_name(procedure_args)

Silly me. Thanks!

Hi, can anyone show an example how to work with execute method and mutiple args?