Maintainer | Brent Yorgey <[email protected]> |
---|---|
Safe Haskell | Safe-Infered |
Text.BlogLiterately.Post
Description
Uploading posts to the server.
Documentation
Arguments
:: String | Post title |
-> String | Post content |
-> [String] | List of categories |
-> [String] | List of tags |
-> Bool |
|
-> [(String, Value)] |
Prepare a post for uploading by creating something of the proper form to be an argument to an XML-RPC call.