stripe-wreq: Use the Stripe API via Wreq

[ library, mit, web ] [ Propose Tags ]

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.


[Skip to Readme]

Modules

[Index] [Quick Jump]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 1.0.0.0, 1.0.1.0, 1.0.1.2, 1.0.1.4, 1.0.1.6, 1.0.1.8, 1.0.1.10, 1.0.1.12, 1.0.1.14, 1.0.1.15, 1.0.1.16
Change log changelog.md
Dependencies aeson (>=2.0.3 && <2.2), base (>=4.16 && <4.19), bytestring (>=0.11 && <0.12), lens (>=5.0.1 && <5.3), stripe-concepts (>=1.0.3 && <1.1), text (>=1.2.5 && <1.3 || >=2.0 && <2.1), wreq (>=0.5.3 && <0.6) [details]
License MIT
Copyright 2019-2021 Mission Valley Software LLC
Author Chris Martin
Maintainer Chris Martin, Julie Moronuki
Category Web
Home page https://github.com/typeclasses/stripe
Bug tracker https://github.com/typeclasses/stripe/issues
Uploaded by chris_martin at 2023-06-27T00:08:08Z
Distributions LTSHaskell:1.0.1.16, NixOS:1.0.1.16
Downloads 2201 total (32 in the last 30 days)
Rating 2.0 (votes: 1) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2023-06-27 [all 1 reports]

Readme for stripe-wreq-1.0.1.16

[back to package description]

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.