使用Stripe API,我希望能够查询日期范围,或者如果没有查询,则可以查询大于或小于某个任意日期的日期。
我知道我可以根据确切日期查询某些内容,例如:
https://api.stripe.com/v1/events?created=1336503409
但我想要一些类似的东西......
# Search for events where `created` is greater than the epoch time: 1336503400
https://api.stripe.com/v1/events?created__gt=1336503400