playlists-http: Library to glue together playlists and http-client

[ bsd3, library, text ] [ Propose Tags ]

Simple library for resolving playlists using http-client.


[Skip to Readme]

Flags

Manual Flags

NameDescriptionDefault
build-examples

Build the example programs.

Disabled

Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.0.0, 0.1.1.0, 0.2.0.0, 0.2.1.0, 0.2.1.1
Change log CHANGES.md
Dependencies attoparsec (>=0.10 && <1.0), base (>=4.6 && <5), bytestring (>=0.10 && <1.0), exceptions (>=0.8 && <0.11), http-client (>=0.4 && <0.7), mtl (>=2.2 && <2.3), playlists (>=0.5 && <1.0), text (>=0.11 && <1.3), transformers (>=0.4 && <0.6) [details]
License BSD-3-Clause
Copyright Copyright (c) 2016-2019 Peter Jones
Author Peter Jones <pjones@devalot.com>
Maintainer Peter Jones <pjones@devalot.com>
Category Text
Home page https://code.devalot.com/open/playlists-http
Bug tracker https://code.devalot.com/open/playlists-http/issues
Source repo head: git clone https://code.devalot.com/open/playlists-http.git
Uploaded by PeterJones at 2019-04-16T20:38:59Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Executables example
Downloads 2873 total (24 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2019-04-16 [all 1 reports]

Readme for playlists-http-0.2.1.1

[back to package description]

playlists-http

Download and parse playlists over HTTP.

Usage

There are two interfaces, a simple download function that runs in IO and a more complicated download function that uses MonadIO.

See the following modules for more details:

  • Text.Playlist.HTTP.Simple
  • Text.Playlist.HTTP.Full

There is also an examples/example.hs that demonstrates how to use the download function which is found in Text.Playlist.HTTP.Full.