spree
https://github.com/spree/spree
Ruby
Spree is a complete, modular & API-driven open source ecommerce solution for Ruby on Rails
Spree::Api::V2::Platform::PromotionBatchesController#create
No Docs, write some!
Edit
git clone git@github.com:spree/spree.git
cd spree
open api/app/controllers/spree/api/v2/platform/promotion_batches_controller.rb
Contribute
# Make a new branchgit checkout -b -your-name--update-docs-Spree--Api--V2--Platform--PromotionBatchesController-create-for-pr
# Commit to gitgit add api/app/controllers/spree/api/v2/platform/promotion_batches_controller.rbgit commit -m "better docs for Spree::Api::V2::Platform::PromotionBatchesController#create"
# Open pull requestgem install hub # on a mac you can `brew install hub`
hub fork
git push <your name> -your-name--update-docs-Spree--Api--V2--Platform--PromotionBatchesController-create-for-pr
hub pull-request
# Celebrate!