| Copyright | (c) Mateusz Kowalczyk 2013-2014 |
|---|---|
| License | GPL-3 |
| Maintainer | fuuzetsu@fuuzetsu.co.uk |
| Stability | experimental |
| Safe Haskell | None |
| Language | Haskell2010 |
| Extensions |
|
HBooru.Parsers.Ichijou
Description
Module for parsing content from Ichijou/vectorbooru.
- data Ichijou = Ichijou
- type IchijouPost = PR `["creator_id", "md5", "status", "preview_height", "has_notes", "author", "source", "score", "file_size", "sample_width", "width", "file_url", "sample_height", "has_children", "tags", "change", "preview_url", "has_comments", "id", "sample_url", "rating", "created_at", "preview_width", "parent_id", "height"]`
- parsePost :: (Functor (cat XmlTree), ArrowXml cat) => cat XmlTree IchijouPost
Documentation
type IchijouPost = PR `["creator_id", "md5", "status", "preview_height", "has_notes", "author", "source", "score", "file_size", "sample_width", "width", "file_url", "sample_height", "has_children", "tags", "change", "preview_url", "has_comments", "id", "sample_url", "rating", "created_at", "preview_width", "parent_id", "height"]` Source
Ichijou post record alias