https://github.com/pjones/playlists-http
This is an archived mirror. Please visit the official website.
https://github.com/pjones/playlists-http
Last synced: 4 months ago
JSON representation
This is an archived mirror. Please visit the official website.
- Host: GitHub
- URL: https://github.com/pjones/playlists-http
- Owner: pjones
- License: bsd-3-clause
- Created: 2016-11-21T19:23:13.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2020-06-08T19:53:41.000Z (almost 5 years ago)
- Last Synced: 2024-12-27T04:08:29.967Z (5 months ago)
- Language: Haskell
- Homepage: https://code.devalot.com/open/playlists-http
- Size: 22.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES.md
- License: LICENSE
- Authors: AUTHORS
Awesome Lists containing this project
README
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`.