Re: Interacting with REST api's via OCaml
| Newsgroups | gmane.comp.lang.ocaml.beginners |
|---|---|
| Message-ID | <[email protected]> |
Cohttp would be my first thought too and I’m sure they’d welcome docs if you get around to it. You might find it useful to have a look at the GitHub API bindings — though I’ve been told it’s a bit complicated/tricky so not sure how helpful this may be for your usecase. Amir > On 6 May 2015, at 17:59, [email protected] [ocaml_beginners] <[email protected]> wrote: > > > I've been wanting to make a small command line application that pulls data from a REST api, is there any good libaries or tutorials on how to do this? I've found cohttp but the documentation is very lacking (I'm half planning to write it once I figure it out). > > > thank you in advance, > > > > - justgage > > >