Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/massivefermion/dove
HTTP client written in and for Gleam
https://github.com/massivefermion/dove
Last synced: about 1 month ago
JSON representation
HTTP client written in and for Gleam
- Host: GitHub
- URL: https://github.com/massivefermion/dove
- Owner: massivefermion
- License: apache-2.0
- Created: 2023-11-15T14:27:33.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-12T17:02:31.000Z (about 1 month ago)
- Last Synced: 2024-11-12T18:18:45.278Z (about 1 month ago)
- Language: Gleam
- Homepage: https://hex.pm/packages/dove
- Size: 239 KB
- Stars: 6
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
![dove](https://raw.githubusercontent.com/massivefermion/dove/main/banner.jpg)
[![Package Version](https://img.shields.io/hexpm/v/dove)](https://hex.pm/packages/dove)
[![Hex Docs](https://img.shields.io/badge/hex-docs-ffaff3)](https://hexdocs.pm/dove/)# dove
HTTP client written in and for Gleam
**Very experimental, use at your own risk!**
## Quick start
```sh
gleam test # Run the tests
gleam shell # Run an Erlang shell
```## Installation
If available on Hex this package can be added to your Gleam project:
```sh
gleam add dove
```and its documentation can be found at .