Bertrand Paquet
Results
16
issues of
Bertrand Paquet
In your `Gemfile` : ``` gem 'figaro', :git => 'https://github.com/bpaquet/figaro.git', :branch => 'sinatra' ``` In your `config.ru` : ``` require 'figaro/sinatra' ```
List the teams which have access to a repository
Add an option to `data.github_team` to query only direct member. We need to use graphql for this because the Rest API does not offer the feature.