An open API service indexing awesome lists of open source software.

https://github.com/ardaku/fetchy

Async HTTPS fetch API built on pasts
https://github.com/ardaku/fetchy

Last synced: 7 months ago
JSON representation

Async HTTPS fetch API built on pasts

Awesome Lists containing this project

README

          

# Fetchy

#### [Changelog] | [Source] | [Getting Started]

[![tests](https://github.com/ardaku/fetchy/actions/workflows/ci.yml/badge.svg)](https://github.com/ardaku/fetchy/actions/workflows/ci.yml)
[![GitHub commit activity](https://img.shields.io/github/commit-activity/y/ardaku/fetchy)](https://github.com/ardaku/fetchy/)
[![GitHub contributors](https://img.shields.io/github/contributors/ardaku/fetchy)](https://github.com/ardaku/fetchy/graphs/contributors)
[![Crates.io](https://img.shields.io/crates/v/fetchy)](https://crates.io/crates/fetchy)
[![Crates.io](https://img.shields.io/crates/d/fetchy)](https://crates.io/crates/fetchy)
[![Crates.io (recent)](https://img.shields.io/crates/dr/fetchy)](https://crates.io/crates/fetchy)
[![Crates.io](https://img.shields.io/crates/l/fetchy)](https://github.com/ardaku/fetchy/search?l=Text&q=license)
[![Docs.rs](https://docs.rs/fetchy/badge.svg)](https://docs.rs/fetchy)

Async HTTPS fetch API built on pasts.

## Supported Platforms
- Web (WASM running in browser)

## License
Copyright © 2022-2023 The Fetchy Crate Contributor(s)

Licensed under any of
- Apache License, Version 2.0, ([LICENSE_APACHE_2_0.txt] or
[https://www.apache.org/licenses/LICENSE-2.0])
- Boost Software License, Version 1.0, ([LICENSE_BOOST_1_0.txt] or
[https://www.boost.org/LICENSE_1_0.txt])
- MIT License, ([LICENSE_MIT.txt] or [https://mit-license.org])

at your option. The files within this project may not be copied, modified, or
distributed except according to those terms.

### Contribution
Unless you explicitly state otherwise, any contribution intentionally submitted
for inclusion in the work by you, as defined in the Apache-2.0 license, shall be
licensed as described above, without any additional terms or conditions.

## Help
If you want help using or contributing to the development of this library,
or have any questions feel free to send me an email at [aldaronlau@gmail.com].
The goal is for anyone to be able to get involved, so don't be afraid to reach
out!

[Changelog]: https://github.com/ardaku/fetchy/blob/stable/CHANGELOG.md
[Source]: https://github.com/ardaku/fetchy/
[Getting Started]: https://docs.rs/fetchy#getting-started
[LICENSE_APACHE_2_0.txt]: https://github.com/ardaku/fetchy/blob/stable/LICENSE_APACHE_2_0.txt
[https://www.apache.org/licenses/LICENSE-2.0]: https://www.apache.org/licenses/LICENSE-2.0
[LICENSE_BOOST_1_0.txt]: https://github.com/ardaku/fetchy/blob/stable/LICENSE_BOOST_1_0.txt
[https://www.boost.org/LICENSE_1_0.txt]: https://www.boost.org/LICENSE_1_0.txt
[LICENSE_MIT.txt]: https://github.com/ardaku/fetchy/blob/stable/LICENSE_MIT.txt
[https://mit-license.org]: https://mit-license.org
[aldaronlau@gmail.com]: mailto:aldaronlau@gmail.com