globocom / content-gateway-ruby

An easy way to get external content with two cache levels. The first is a performance cache and second is the stale

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Optional url generator

rafaelbiriba opened this issue · comments

If I have an url to do one simple get or post request, I don't want to create an entire class of url generator just for one request. What about use the get/post argument to receive the url and in the content gateway boot, the url generator will be optional.