myanimelist-export-0.3.0.0: Export from MyAnimeList

CopyrightMatthew Harm Bekkema 2017
LicenseGPL-3
Maintainermbekkema97@gmail.com
Stabilityexperimental
Safe HaskellNone
LanguageHaskell2010

MyAnimeList.Export

Description

 
Synopsis

Documentation

exportLists Source #

Arguments

:: (Functor f, Foldable f) 
=> Text

Username

-> Text

Password

-> Manager

Manager (must support TLS)

-> f MediaType

Which list(s) to export

-> IO (CookieJar, f URI) 

Export list(s) and return URL(s) to gzipped XML and a CookieJar which must be used in order to access them.

data MyAnimeListException Source #

Possible exceptions that could be raised by exportLists

Constructors

InvalidCredentials

Wrong username/password

TooManyAttempts

Too many failed logins

Instances
Eq MyAnimeListException Source # 
Instance details

Defined in MyAnimeList.Export

Ord MyAnimeListException Source # 
Instance details

Defined in MyAnimeList.Export

Read MyAnimeListException Source # 
Instance details

Defined in MyAnimeList.Export

Show MyAnimeListException Source # 
Instance details

Defined in MyAnimeList.Export

Exception MyAnimeListException Source # 
Instance details

Defined in MyAnimeList.Export