ocaml / ocaml.org

The official OCaml website.
https://ocaml.org
Other
147 stars 296 forks source link

Cookbook Send a POST/PATCH Request w/ Authentication #2534

Open ggsmith842 opened 2 weeks ago

ggsmith842 commented 2 weeks ago

Added task to web programming section to show how to send data via a POST request. I wondered if it would be beneficial to have a section dedicated to working with REST APIs in general?

Will add cookbook examples that send data with POST and returns a response.