-
Notifications
You must be signed in to change notification settings - Fork 163
Open
Labels
type: feature request‘Nice-to-have’ improvement, new feature or different behavior or design.‘Nice-to-have’ improvement, new feature or different behavior or design.
Description
With the switch to Faraday, it might make sense to offer signet as Faraday middleware rather than acting as a front-end to it. E.g.
client = Signet::OAuth2::Client.new...
access_token = ... # get access token
conn = Faraday.new do |builder|
builder. user Signet::OAuth2::Client, access_token
end
conn.get(...)
(Copied from @sqrrrl's issue on the original Signet project.)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
type: feature request‘Nice-to-have’ improvement, new feature or different behavior or design.‘Nice-to-have’ improvement, new feature or different behavior or design.