Ruby on rails Stubhub api图像url

Ruby on rails Stubhub api图像url,ruby-on-rails,Ruby On Rails,我正在使用stubhub api,并希望使用为每个事件对象返回的image_url属性。当前,api正在为图像返回一个如下所示的字符串: "stubhub_472291_MortonMeyerson_Concert.png" 我希望能够在我的rails应用程序中插入此内容,以便为每个图像提供正确的url 我正在使用此URL,但响应中没有图像元素。您使用的是什么API? "http://www.stubhub.com/data/venue_maps/#{event.geography_paren

我正在使用stubhub api,并希望使用为每个事件对象返回的image_url属性。当前,api正在为图像返回一个如下所示的字符串:

"stubhub_472291_MortonMeyerson_Concert.png"

我希望能够在我的rails应用程序中插入此内容,以便为每个图像提供正确的url

我正在使用此URL,但响应中没有图像元素。您使用的是什么API?
"http://www.stubhub.com/data/venue_maps/#{event.geography_parent}/#{event.image_url}"