github-api-client icon indicating copy to clipboard operation
github-api-client copied to clipboard

Pass parameters to fetchers

Open farnoy opened this issue 13 years ago • 0 comments

GitHub supports parameters like ?type=public so that would be interesting. Maybe Fetchers could scope to provide pretty syntax like

Fetchers::User.with(type: 'public').repositories

Could use Ropet, but there's no boolean parameters so far.

farnoy avatar Jan 23 '12 09:01 farnoy