1
0
mirror of https://github.com/aclindsa/ofxgo.git synced 2024-09-28 12:00:04 -04:00
Commit Graph

9 Commits

Author SHA1 Message Date
fa72af4f6c client: Retry HTTP requests for empty responses with cookies
This works around a particular FI's penchant for JSESSIONID cookies
2017-09-01 08:41:15 -04:00
0eba6741f2 Make the OFX spec version an 'enum' 2017-04-17 10:54:20 -04:00
f64d19ed8d client: golint 2017-04-16 20:38:56 -04:00
cc90da4ed1 s/Id/ID/ 2017-04-12 21:40:42 -04:00
47f1b82c0b Check HTTPS is always used 2017-04-01 21:33:56 -04:00
119c01f99b Make setting request fields from Client a Request method
This also makes it possible to call this method for testing without
making an HTTP request.
2017-03-29 08:56:35 -04:00
753249c16e client: Add RequestNoParse() 2017-03-22 19:56:59 -04:00
bd10b644a9 Improve comments 2017-03-17 21:36:20 -04:00
add6036729 Move client to own file 2017-03-16 19:31:26 -04:00