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
It was decided to change the name of App Ecosystem to AppAPI before its
first release at the end of September.
It was also decided to make authentication as simple as possible, and
for remotely running applications, transport layer encryption should
always be used.
This is draft, waiting for AppAPI to be updated with rewritten new auth to make benches.
---------
Signed-off-by: Alexander Piskun <bigcat88@icloud.com>
Copy file name to clipboardExpand all lines: docs/NextcloudApp.rst
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
Writing a Nextcloud Application
2
2
===============================
3
3
4
-
This chapter assumes that you are already familiar with the `concepts <https://cloud-py-api.github.io/app_ecosystem_v2/Concepts.html>`_ of the AppEcosystem.
4
+
This chapter assumes that you are already familiar with the `concepts <https://cloud-py-api.github.io/app_api/Concepts.html>`_ of the AppAPI.
5
5
6
6
As a first step, let's take a look at the structure of a basic Python application.
7
7
@@ -47,7 +47,7 @@ First register ``manual_install`` daemon:
2. Create a deployment daemon according to the [instructions](https://cloud-py-api.github.io/app_ecosystem_v2/CreationOfDeployDaemon.html#create-deploy-daemon) of the Appecosystem
2. Create a deployment daemon according to the [instructions](https://cloud-py-api.github.io/app_api/CreationOfDeployDaemon.html#create-deploy-daemon) of the AppPI
0 commit comments