dav
dav
Whoa, nice forensic work :smile: I tested the changes on your branch. I now successfully get a reference instead of the response body, and I am able to query for...
@jfacorro Thanks for the update! On my end I'll try to understand how `gun` inners work.
I agree with the fact that multiple headers (except `Set-Cookie` headers) could be sent as a comma separated list under the same header entry. However, for the sake of [convention/compatibility...
A quick and dirty solution to handle exceptions when calling `update_index` Add this monkeypatch `initializers/tire_monkeypatch.rb` ``` ruby module Tire::Model::Search::InstanceMethods def update_index instance.run_callbacks :update_elasticsearch_index do if instance.destroyed? index.remove instance else response...
Vine's API is long gone 😢
What do you mean CAPTCHA'd?
I am aware of CAPTCHAs but have never seen them in Vine. Could you give share some details on how to replicate the bug and provide a better error for...
Interesting! Thanks for the detailed report, I wonder what is the endpoint to get and submit the captcha. Will reopen this issue as this is a yet undesired and undocumented...
Hey @geraldstanje, they relate vines with Foursquare venues. You can search by locations by using the api method: `api.get_venue_timeline(venue_id: )` An example of a [foursquare venue](https://foursquare.com/v/4ff36f2ae4b0fb4a81bab3fe) call is: `api.get_venue_timeline(venue_id='4ff36f2ae4b0fb4a81bab3fe')`