7even/vkontakte_api

Method namespace conflict

geksilla opened this issue · 1 comments

Hello. I have an issue in v1.2. Adding the "search" method to the namespace.yml list prevent to work methods with a "search" prefix [method_name].search(params).
For example:

   @client.newsfeed.search(q: "hello", count: 1).first

form this query:

DEBUG -- : POST https://api.vk.com/method/newsfeed.first

This was fixed after the 1.2 version. Just use the gem directly from the master branch on github for now.

That is the 4th issue about the search namespace bug already, I suppose it's time to release a new version :trollface: