From c954719dce7847f385e0b67d2e97b9d0edfe1f6f Mon Sep 17 00:00:00 2001 From: Lucas Nogueira Date: Tue, 11 May 2021 16:24:48 -0300 Subject: [PATCH] chore(readme): remove API section --- README.md | 21 --------------------- 1 file changed, 21 deletions(-) diff --git a/README.md b/README.md index c3265f146..6b8d86001 100644 --- a/README.md +++ b/README.md @@ -64,27 +64,6 @@ If you are interested in making a tauri-app, please visit the [documentation web - [ ] One-Time commands (coming soon) - [ ] Tray (coming soon) -#### API -- [x] setTitle - set the window title -- [x] command - make custom API interfaces -- [x] execute - STDOUT Passthrough with command invocation -- [x] open - open link in a browser -- [x] event - two part api consisting of `emit` and `listen` -- [x] httpRequest - command rust to make an http request -- [x] openDialog - native file chooser dialog -- [x] saveDialog - native file saver dialog -- [x] readDir - list files in a directory -- [x] createDir - create a directory -- [x] removeDir - remove a directory -- [x] removeFile - remove a file -- [x] renameFile - rename a file -- [x] copyFile - copy a file to a new destination -- [x] writeFile - write file to local filesystem -- [x] writeBinaryFile - write binary file to local filesystem -- [x] readBinaryFile - read binary file from local filesystem -- [x] readTextFile - read text file from local filesystem -- [ ] channel - stream constant data to the webview - ### Security Features - [x] localhost-free (:fire:) - [x] custom protocol for secure mode