| Maintainer | Brent Yorgey <byorgey@gmail.com> |
|---|---|
| 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.