Safe Haskell | None |
---|---|
Language | Haskell2010 |
- data Context
- newContext :: String -> IO Context
- newContext' :: String -> Bool -> IO Context
- module NationStates.Types
Documentation
Keeps track of rate limits and TLS connections.
You should create a single Context
at the start of your program,
then share it between multiple threads and requests.
Create a new Context
, with extra options.
Core types
module NationStates.Types