Popularity
1.1
Stable
Activity
0.0
Stable
1
2
0
Monthly Downloads: 5
Programming language: Haskell
License: BSD 3-clause "New" or "Revised" License
Tags:
Web
apioiaf-client alternatives and similar packages
Based on the "Web" category.
Alternatively, view apioiaf-client alternatives based on common mentions on social networks and blogs.
-
swagger-petstore
swagger-codegen contains a template-driven engine to generate documentation, API clients and server stubs in different languages by parsing your OpenAPI / Swagger definition. -
haskell-bitmex-rest
swagger-codegen contains a template-driven engine to generate documentation, API clients and server stubs in different languages by parsing your OpenAPI / Swagger definition. -
servant
Servant is a Haskell DSL for describing, serving, querying, mocking, documenting web applications and more! -
neuron
Future-proof note-taking and publishing based on Zettelkasten (superseded by Emanote: https://github.com/srid/emanote) -
tagsoup
Haskell library for parsing and extracting information from (possibly malformed) HTML/XML documents -
keera-hails-reactive-htmldom
Keera Hails: Haskell on Rails - Reactive Programming Framework for Interactive Haskell applications -
ghcjs-dom
Make Document Object Model (DOM) apps that run in any browser and natively using WebKitGtk
CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
Promo
coderabbit.ai
* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
Do you think we are missing an alternative of apioiaf-client or a related project?
README
anapioficeandfire-haskell
A Haskell wrapper for interaction with www.anapioficeandfire.com
API docs generated/hosted on hackage
Usage Example
> jonSnow <- getCharacterById 583
> jonSnow
Just (Character {charUrl = "http://www.anapioficeandfire.com/api/characters/583",
charName = "Jon Snow",
gender = "Male",
culture = "Northmen",
born = "In 283 AC",
died = "",
charTitles = ["Lord Commander of the Night's Watch"],
aliases = ["Lord Snow",
"Ned Stark's Bastard",
"The Snow of Winterfell",
"The Crow-Come-Over",
"The 998th Lord Commander of the Night's Watch",
"The Bastard of Winterfell",
"The Black Bastard of the Wall",
"Lord Crow"],
father = "",
mother = "",
spouse = "",
allegiances = ["http://www.anapioficeandfire.com/api/houses/362"],
books = ["http://www.anapioficeandfire.com/api/books/5"],
povBooks = ["http://www.anapioficeandfire.com/api/books/1",
"http://www.anapioficeandfire.com/api/books/2",
"http://www.anapioficeandfire.com/api/books/3",
"http://www.anapioficeandfire.com/api/books/8"],
tvSeries = ["Season 1",
"Season 2",
"Season 3",
"Season 4",
"Season 5",
"Season 6"],
playedBy = ["Kit Harington"]
}
)