github-api-client
github-api-client copied to clipboard
Pass parameters to fetchers
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.