Commit Graph

4 Commits

Author SHA1 Message Date
Aaron Lindsay 10edd94920 Vanguard client: Accept 500 errors on initial response
Though their server returns a 500 HTTP status code, it still sets the
required cookies on the response that we can use to make a second
request.
2020-11-17 10:33:48 -05:00
Aaron Lindsay aa4d8074b2 Fix spelling error 2020-10-06 23:14:42 -04:00
Aaron Lindsay 8f3e7309f2 Add comments to a few exported methods 2020-10-06 23:14:42 -04:00
Aaron Lindsay d8491bed1d Make Client an interface instead of a struct
This makes it easier to maintain per-institution hacks that start
interacting with each other if you try to do them all in the same client
code. This commit also breaks out the existing Vanguard hack into its
own Client implementation.
2018-10-03 10:18:54 -04:00