Popularity
5.4
Growing
Activity
0.0
Stable
6
5
2

Monthly Downloads: 34
Programming language: Haskell
License: MIT License
Tags: Web    
Latest version: v0.1.1.4

rakuten alternatives and similar packages

Based on the "Web" category.
Alternatively, view rakuten alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of rakuten or a related project?

Add another 'Web' Package

README

rakuten

Build Status

The Rakuten API for Haskell

example

$ stack ghci
>> :set -XOverloadedStrings
>> :set -XOverloadedLabels
>> :module Rakuten Network.HTTP.Req Data.Function Control.Lens Data.Default.Class
>> c = defaultRaktenClient "XXXXX"
>> response <- runReq def $ searchIchibaItem c (def & #keyword .~ "Rakuten")
>> print $ responseBody response

Implemented Endpoints