Skip to content

csaltos/hello-conduit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

API JSON calls with Haskell

What ?

A simple project showing how to make calls to an API and parsing JSON using HTTP Conduit and Aeson.

Why ?

Because JSON is very popular and use it with Haskell is really cool.

How ?

Take a look to app/Main.hs and run it with the commands:

cd hello-conduit
cabal build
cabal exec -- hello-conduit

Where ?

This sample is based in the tutorial at https://github.com/snoyberg/http-client/blob/master/TUTORIAL.md

Some documentation can be found at https://hackage.haskell.org/package/http-conduit-2.3.8/docs/Network-HTTP-Simple.html

About

A sample code using HTTP Conduit

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published