MIT licensed by Chris Martin
Maintained by Chris Martin, Julie Moronuki
This version can be pinned in stack with:stripe-wreq-1.0.1.10@sha256:37b5701b5a221b6736b82fb49c19232d859ce19352f22ebb9d1612a3a043f3cd,1384

Module documentation for 1.0.1.10

This package helps you make requests to the Stripe API in conjunction with the wreq package. This is a minimal library that makes no attempt obscure either its underpinnings in Wreq or any of the details of the Stripe API. Responses are returned as aeson values.

Changes

Changelog

1.0.0.0 - 2018-12-20

  • Initial release

1.0.1.0 - 2019-09-30

New:

  • Functions get', post', delete' with a new RequestApiVersion parameter.

1.0.1.2 - 2020-04-18

Tightened dependency version bounds

1.0.1.4 - 2020-05-20

Support GHC 8.10

1.0.1.6 - 2021-02-10

Raise bound to allow aeson-1.5

1.0.1.8 - 2021-03-08

Raise bound to allow lens-5.0

1.0.1.10 - 2021-06-05

Support GHC 9.0, bytestring 0.11