initial commit

Two public API functions already available:
- appwrite-storage-create-bucket
- appwrite-storage-delete-bucket
This commit is contained in:
2022-07-13 02:01:17 +02:00
commit 9eab745763
8 changed files with 726 additions and 0 deletions

12
Eask Normal file
View File

@@ -0,0 +1,12 @@
(package "appwrite"
"0.1.0"
"Appwrite server SDK for Emacs")
(website-url "https://github.com/Phundrak/appwrite.el")
(keywords "database" "emacs-lisp")
(package-file "appwrite.el")
(source "gnu")
(depends-on "emacs" "26.1")