add on_apps_changed to readme

This commit is contained in:
Evgeny
2021-09-10 13:57:49 +03:00
parent 6b1800a627
commit a853ca6567
2 changed files with 4 additions and 0 deletions

View File

@@ -116,6 +116,8 @@ Sorting options:
* `launch_time` - by launch time;
* `install_time` - by installation time.
Any application-related events (installation, removal, name change, etc.) will call the `on_apps_changed()` callback.
# Network
* `http:get(url, [id])` - executes an HTTP GET request, id - the request identifier string (see below);