No description
Find a file
2023-02-17 22:29:15 +02:00
src Improve documentation 2023-01-28 21:18:11 +02:00
test Initial commit 2023-01-28 16:55:39 +02:00
.gitignore Initial commit 2023-01-28 16:55:39 +02:00
.tool-versions Bump deps to use the latest Gleam 2023-02-17 22:29:15 +02:00
gleam.toml Bump deps to use the latest Gleam 2023-02-17 22:29:15 +02:00
LICENSE Add LICENSE 2023-01-28 14:56:29 +00:00
manifest.toml Bump deps to use the latest Gleam 2023-02-17 22:29:15 +02:00
README.md Improve documentation 2023-01-28 21:18:11 +02:00

finch_gleam

Package Version Hex Docs

A wrapper/adapter package for the Finch HTTP client.

This library adapts the Finch functions to accept and return gleam/http requests and responses.

Installation

This package can be added to your Gleam project:

gleam add finch_gleam

and its documentation can be found at https://hexdocs.pm/finch_gleam.