- data RStatus = RStatus {}
- data RBad = RBad {}
- curl :: String -> IO (Maybe String)
- google_api :: String -> [(String, String)] -> String
- (.) :: a -> (a -> b) -> b
- (-) :: (a -> b) -> a -> b
- join :: [a] -> [[a]] -> [a]
- escape_uri :: String -> String
- escapeURIChar :: (Char -> Bool) -> Char -> String
- escapeURIString :: (Char -> Bool) -> String -> String
Documentation
google_api :: String -> [(String, String)] -> StringSource
Constructs a string with the given arguments ready to be sent to Google's APIs
escape_uri :: String -> StringSource
Can be used to validate the URI sent to Google's API