Commit Graph

14 Commits

Author SHA1 Message Date
Lucien Cartier-Tilet 3a379f5959
Update README 2022-07-14 15:32:50 +02:00
Lucien Cartier-Tilet ece11e12e5
Add file listing and retrieving file’s JSON representation
Beginning to work on uploading files, I have yet to find how to upload
one with `url.el' and its sister libraries.
2022-07-13 18:55:45 +02:00
Lucien Cartier-Tilet 7bee6dcc04
Better handling of options in buckets listing 2022-07-13 18:54:36 +02:00
Lucien Cartier-Tilet c407cea0e8
Remove useless default value 2022-07-13 18:54:22 +02:00
Lucien Cartier-Tilet d9fdb3e2a3
Add possibility to add extra HTTP headers 2022-07-13 18:52:58 +02:00
Lucien Cartier-Tilet 03b73f6fbb
Add ability to update buckets 2022-07-13 16:35:28 +02:00
Lucien Cartier-Tilet 15fcf95fa1
Remove Windows from CI 2022-07-13 16:04:20 +02:00
Lucien Cartier-Tilet b3424030ca
Add CI badge 2022-07-13 15:58:17 +02:00
Lucien Cartier-Tilet c826feb942
Please the linter, bump supported Emacs version to 27 2022-07-13 15:56:46 +02:00
Lucien Cartier-Tilet ed42053b5c
Fix formatting of docstring 2022-07-13 15:49:50 +02:00
Lucien Cartier-Tilet 2f712b8a4d
Add compatibility for Emacs 27 and earlier 2022-07-13 15:47:14 +02:00
Lucien Cartier-Tilet e91c6a80aa
Add listing and getting a storage bucket, process API response
Processing the API response currently only works when receiving JSON
data, otherwise the content other than the HTTP headers will be
ignored.
2022-07-13 15:34:50 +02:00
Lucien Cartier-Tilet df44f7d979
Removed a character that somehow ended up here 2022-07-13 02:05:14 +02:00
Lucien Cartier-Tilet 9eab745763
initial commit
Two public API functions already available:
- appwrite-storage-create-bucket
- appwrite-storage-delete-bucket
2022-07-13 02:01:17 +02:00