Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/typeclasses/leanpub
Haskell client for the Leanpub API
https://github.com/typeclasses/leanpub
haskell haskell-library leanpub leanpub-api wreq
Last synced: 19 days ago
JSON representation
Haskell client for the Leanpub API
- Host: GitHub
- URL: https://github.com/typeclasses/leanpub
- Owner: typeclasses
- Created: 2019-01-28T10:10:24.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-06-01T17:26:41.000Z (over 1 year ago)
- Last Synced: 2024-10-09T09:23:53.754Z (29 days ago)
- Topics: haskell, haskell-library, leanpub, leanpub-api, wreq
- Language: Haskell
- Size: 34.2 KB
- Stars: 9
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license.txt
Awesome Lists containing this project
README
Packages in this repository:
- [leanpub-concepts] is a minimal package that just defines a common set of types
for working with the Leanpub API.- [leanpub-wreq] helps you make requests to the Leanpub API in conjunction with
the [wreq] and [aeson] packages.[aeson]: https://hackage.haskell.org/package/aeson
[leanpub-concepts]: https://hackage.haskell.org/package/leanpub-concepts
[leanpub-wreq]: https://hackage.haskell.org/package/leanpub-wreq
[wreq]: https://hackage.haskell.org/package/wreqTo build and test with all supported compiler versions:
nix build .#testConfigurations.all --no-link