wyyerd / stripe-rs

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

Define `Expandable` type #59

Closed kestred closed 5 years ago

kestred commented 5 years ago

Begin implementing https://github.com/wyyerd/stripe-rs/issues/56.

@stearnsc - I've re-jiggered the Identifiable that you wrote, so would definitely love your thoughts if you've got time.

stearnsc commented 5 years ago

I might rename Paginated to Paginate (something that can be paginated) but otherwise lgtm (for the record, I think I should have called Identifiable Identify for consistency :p)