wyyerd / stripe-rs

Rust API bindings for the Stripe HTTP API.
Apache License 2.0
224 stars 88 forks source link

Update `create` discriminator in code generator. #117

Closed thedodd closed 4 years ago

thedodd commented 4 years ago

This broadens the constraints on which structs to generate for creation related endpoints. Turns out not every endpoint's description contains the word [Cc]reate.

Closes #116