From 6d295d0bcf23bb4410d6d93435ce53f9670a1d1c Mon Sep 17 00:00:00 2001 From: Hayleigh Thompson Date: Wed, 23 Aug 2023 23:13:52 +0100 Subject: :ambulance: Update third-party lustre_http package to new api. --- compat/lustre_http/README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 compat/lustre_http/README.md (limited to 'compat/lustre_http/README.md') diff --git a/compat/lustre_http/README.md b/compat/lustre_http/README.md new file mode 100644 index 0000000..1117b93 --- /dev/null +++ b/compat/lustre_http/README.md @@ -0,0 +1,17 @@ +# lustre_http + +[![Package Version](https://img.shields.io/hexpm/v/lustre_http)](https://hex.pm/packages/lustre_http) +[![Hex Docs](https://img.shields.io/badge/hex-docs-ffaff3)](https://hexdocs.pm/lustre_http/) + +Make HTTP requests from `lustre` via its `cmd` interface. +Makes life easy when such requests are initiated by the user. + +## Quick start + +Add to your Gleam project: + +```sh +gleam add lustre_http +``` + +View the documentation at , although only `get_as_text` is documented a.t.m. -- cgit v1.2.3