Skip to content

Commit f1c3ce5

Browse files
committed
Add stack config option.
1 parent 3e13d39 commit f1c3ce5

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

lib/github_api/configuration.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,5 +58,7 @@ class Configuration < API::Config
5858
# By default display 30 resources
5959
property :per_page, default: 30
6060

61+
# Add Faraday::RackBuilder to overwrite middleware
62+
property :stack
6163
end # Configuration
6264
end # Github

0 commit comments

Comments
 (0)