nationstates-0.3.0.1: NationStates API client

Safe HaskellNone
LanguageHaskell2010

NationStates

Contents

Synopsis

Documentation

data Context Source

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.

newContext Source

Arguments

:: String

User agent

-> IO Context 

Create a new Context.

Core types