You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The first is to get the current initial state of the page when the button is clicked.
69
+
70
+
Second one is receiving a default information about file in the Nextcloud.
71
+
72
+
Frontend
73
+
--------
74
+
75
+
The frontend part is the same as the default Nextcloud apps, with slightly different URL generation since all requests are sent through the AppAPI.
76
+
77
+
JS Frontend part is covered by AppAPI documentation: ``to_do``
78
+
79
+
Important notes
80
+
---------------
81
+
82
+
We do not call ``top_menu.unregister`` or ``resources.delete_script`` as during uninstalling of application **AppAPI** will automatically remove this.
83
+
84
+
.. note:: Recommended way is to manually clean all stuff and probably if it was not an example, we would call all unregister and cleanup stuff during ``disabling``.
85
+
86
+
87
+
All resources of ExApp should be avalaible and mounted to webserver(**FastAPI** + **uvicorn** are used by default for this).
88
+
89
+
.. note:: This is in case you have custom folders that Nextcloud instance should have access.
90
+
91
+
92
+
*P.S.: If you are missing some required stuff for the UI part, please inform us, and we will consider adding it.*
0 commit comments