doorkeeper
https://github.com/doorkeeper-gem/doorkeeper
Ruby
Doorkeeper is an OAuth 2 provider for Ruby on Rails / Grape.
Finance::StripeChargeService#with_payment_intent_data_from
No Docs, write some!
Edit
git clone [email protected]:doorkeeper-gem/doorkeeper.git
cd doorkeeper
open
Contribute
# Make a new branchgit checkout -b -your-name--update-docs-Finance--StripeChargeService-with_payment_intent_data_from-for-pr
# Commit to gitgit add git commit -m "better docs for Finance::StripeChargeService#with_payment_intent_data_from"
# Open pull requestgem install hub # on a mac you can `brew install hub`
hub fork
git push <your name> -your-name--update-docs-Finance--StripeChargeService-with_payment_intent_data_from-for-pr
hub pull-request
# Celebrate!