Skip to content

Commit

Permalink
Update README and TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
timvisee committed Sep 18, 2018
1 parent 26abd5e commit 2830799
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 1 addition & 3 deletions README.md
Expand Up @@ -4,8 +4,6 @@
[![Number of downloads on crates.io][crate-download-badge]][crate-link]
[![Project license][crate-license-badge]](LICENSE)

[Documentation][docs]

[crate-link]: https://crates.io/crates/ffsend-api
[crate-download-badge]: https://img.shields.io/crates/d/ffsend-api.svg
[crate-version-badge]: https://img.shields.io/crates/v/ffsend-api.svg
Expand All @@ -14,7 +12,6 @@
[docs-badge]: https://docs.rs/ffsend-api/badge.svg
[travis-master-badge]: https://travis-ci.org/timvisee/ffsend-api.svg?branch=master
[travis-link]: https://travis-ci.org/timvisee/ffsend-api
[docs]: https://docs.rs/ffsend-api

# ffsend-api [WIP]
> A fully featured [Firefox Send][send] API client written in Rust.
Expand All @@ -39,6 +36,7 @@ Please see the client project here: [ffsend][ffsend]
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
Expand Down
1 change: 1 addition & 0 deletions TODO.md
@@ -1,4 +1,5 @@
# TODO
- Somehow implement openssl_probe to prove for certificates
- Trigger `ffsend` once `ffsend-api` succeeds
- Rework encrypted reader/writer
- API actions contain duplicate code, create centralized functions
Expand Down

0 comments on commit 2830799

Please sign in to comment.