Page 1 of 1

NationStates API for Haskell

PostPosted: Sat Jun 27, 2015 8:21 pm
by The Vines
I was bored this week so I wrote an NationStates API wrapper for Haskell.

It's very incomplete right now: it only supports the Nation and Region APIs, and many shards are missing. I'm releasing it early in the hope that it can serve useful to someone.

Links: Hackage - GitHub - Documentation

Features:
  • Type safe: you can't refer to a shard unless you explicitly request it.
  • Automatic rate limiting, which can be disabled or overridden if you want.
  • HTTPS support via the tls library.
  • Free and open source under the Apache License, version 2.0.

Comments, issues, patches etc welcome.