Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/timvisee/ffsend-api
:mailbox_with_mail: A fully featured Firefox Send API client written in Rust.
https://github.com/timvisee/ffsend-api
api encryption file-sharing file-upload firefox-send hacktoberfest rust
Last synced: 5 days ago
JSON representation
:mailbox_with_mail: A fully featured Firefox Send API client written in Rust.
- Host: GitHub
- URL: https://github.com/timvisee/ffsend-api
- Owner: timvisee
- License: mit
- Created: 2018-05-21T19:36:27.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-08-06T05:42:55.000Z (5 months ago)
- Last Synced: 2025-01-06T02:04:03.180Z (12 days ago)
- Topics: api, encryption, file-sharing, file-upload, firefox-send, hacktoberfest, rust
- Language: Rust
- Homepage: https://gitlab.com/timvisee/ffsend-api
- Size: 963 KB
- Stars: 89
- Watchers: 7
- Forks: 13
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
[![Build status on GitLab CI][gitlab-ci-master-badge]][gitlab-ci-link]
[![Newest release on crates.io][crate-version-badge]][crate-link]
[![Documentation][docs-badge]][docs]
[![Number of downloads on crates.io][crate-download-badge]][crate-link]
[![Project license][crate-license-badge]](LICENSE)[crate-download-badge]: https://img.shields.io/crates/d/ffsend-api.svg
[crate-license-badge]: https://img.shields.io/crates/l/ffsend-api.svg
[crate-link]: https://crates.io/crates/ffsend-api
[crate-version-badge]: https://img.shields.io/crates/v/ffsend-api.svg
[docs-badge]: https://docs.rs/ffsend-api/badge.svg
[docs]: https://docs.rs/ffsend-api
[gitlab-ci-link]: https://gitlab.com/timvisee/ffsend-api/pipelines
[gitlab-ci-master-badge]: https://gitlab.com/timvisee/ffsend-api/badges/master/pipeline.svg# ffsend-api [WIP]
> A fully featured [Firefox Send][send] API client written in Rust.This repository is still being worked on,
and this documentation is not finished yet.Here is a demo of the API implementation as used in [ffsend][ffsend]:
[![ffsend-api implementation demo from ffsend][ffsend-usage-demo-svg]][ffsend-usage-demo-asciinema]
_Implementation demo from [ffsend][ffsend] not visible here?
View it on [asciinema][ffsend-usage-demo-asciinema]._Please note that the provided API interface may change drastically each version
until a stable `1.0` version is released. Therefore, if you're using any alpha
version of this crate in your own project, it's recommended to select a fixed
version number to prevent future build failures due to a newly released but
incompatible version.Please see the client project here: [ffsend][ffsend]
## License
This project is released under the MIT license.
Check out the [LICENSE](LICENSE) file for more information.[docs]: https://docs.rs/ffsend-api
[ffsend]: https://github.com/timvisee/ffsend
[ffsend-usage-demo-asciinema]: https://asciinema.org/a/182225
[ffsend-usage-demo-svg]: https://cdn.rawgit.com/timvisee/ffsend/6e8ef55b/res/demo.svg
[send]: https://send.firefox.com/