Do not follow this link

~timvisee/ffsend-api

📬 A fully featured Firefox Send API client written in Rust.
e82ce93e — timvisee 4 years ago
Bump version to 0.7.2
402fcfc0 — timvisee 4 years ago
Locally import thiserror
a826b756 — timvisee 4 years ago
Fix compilation error due to missing reqwest feature after update

clone

read-only
https://git.sr.ht/~timvisee/ffsend-api
read/write
git@git.sr.ht:~timvisee/ffsend-api

You can also use your local clone with git send-email.

Build status on GitLab CI Newest release on crates.io Documentation Number of downloads on crates.io Project license

#ffsend-api [WIP]

A fully featured Firefox 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-api implementation demo from ffsend
Implementation demo from ffsend not visible here? View it on 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

#License

This project is released under the MIT license. Check out the LICENSE file for more information.

Do not follow this link