Tags: LazerMonk/stripe-cli
Tags
Early plugin bug fixes (stripe#839) * fix plugin error logging and localdev bugs * ensure proper plugin teardown and error logging * update plugin tests to pass * document CleanupAllClients
add phase 1 plugin support (stripe#827) * add phase 1 of plugin support Co-authored-by: gracegoo-stripe <[email protected]> Co-authored-by: estai-stripe <[email protected]> * linting * export plugin subcommands * update command sruct refs * document exported command structs * add temporary path override * add new template formatted docs for rpc * annotate plugin fields so we can pluralize them * init config earlier * repair utilities test * additional test repairs for utilities * temporarily remove env var for dev run * linting Co-authored-by: gracegoo-stripe <[email protected]> Co-authored-by: estai-stripe <[email protected]>
grpc service to create new webhook endpoint (stripe#819) * grpc service to create new webhook endpoint * use merchant default api version to create webhook endpoint * remove api version to use merchant default
Add price.created, price.deleted, and price.updated events (stripe#809) * Add price.created, price.deleted, and price.updated events * Remove price.deleted event not present in the API
Create requests.MakeMultiPartRequest to allow files upload (stripe#801) * extract performRequest * create requests.MakeMultiPartRequest for file upload * lint * Apply suggestions from code review Co-authored-by: htheodore-stripe <[email protected]> * lint Co-authored-by: htheodore-stripe <[email protected]>
PreviousNext