Open swuecho opened 8 years ago
Thanks, I will fix this soon
Sent from my iPhone
On Nov 22, 2016, at 5:40 AM, Hao Wu notifications@github.com wrote:
➜ git:(master) ✗ utop show_query.ml https://www.bitstamp.net/api/ticker/ Exception: Podge.Web.Bad_http_result "No Headers or Body, strange".
ocaml version 4.04
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.
@swuecho Hi, thanks for patience. I have fixed the Web module. Right now it works for HTTP, you can give it that bitstamp https query but you will most likely get a redirect for the HTTPS version since I haven't implemented HTTPS yet. You can try it again once this PR clears https://github.com/ocaml/opam-repository/pull/8165
Or you can do it directly off of master:
$ opam pin add podge git@github.com:fxfactorial/podge.git
@swuecho Would you like to try again? The latest version is up on opam
➜ git:(master) ✗ utop show_query.ml https://www.bitstamp.net/api/ticker/ Exception: Podge.Web.Bad_http_result "No Headers or Body, strange".
ocaml version 4.04