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
Copy file name to clipboardExpand all lines: developer_manual/digging_deeper/javascript-apis.rst
+12-12Lines changed: 12 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -45,62 +45,62 @@ The rest of this section will cover a rough overview of which packages are provi
45
45
``@nextcloud/auth``
46
46
^^^^^^^^^^^^^^^^^^^
47
47
48
-
This package provides information about the current user and session. Documentation: https://nextcloud.github.io/nextcloud-auth/
48
+
This package provides information about the current user and session. Documentation: https://nextcloud-libraries.github.io/nextcloud-auth/
49
49
50
50
``@nextcloud/axios``
51
51
^^^^^^^^^^^^^^^^^^^^
52
52
53
-
This package provides an `Axios <https://www.npmjs.com/package/axios>`_ HTTP client instance, ready to send request to the Nextcloud server. If you use this instance you do not have to care about authentication and special headers. Documentation: https://nextcloud.github.io/nextcloud-axios/
53
+
This package provides an `Axios <https://www.npmjs.com/package/axios>`_ HTTP client instance, ready to send request to the Nextcloud server. If you use this instance you do not have to care about authentication and special headers. Documentation: https://nextcloud-libraries.github.io/nextcloud-axios/
54
54
55
55
``@nextcloud/event-bus``
56
56
^^^^^^^^^^^^^^^^^^^^^^^^
57
57
58
-
This package provides a simple event bus implementation that integrates with server and other apps. Thus it is one of the recommended ways of inter-app communication. Documentation: https://nextcloud.github.io/nextcloud-event-bus/
58
+
This package provides a simple event bus implementation that integrates with server and other apps. Thus it is one of the recommended ways of inter-app communication. Documentation: https://nextcloud-libraries.github.io/nextcloud-event-bus/
59
59
60
60
``@nextcloud/dialogs``
61
61
^^^^^^^^^^^^^^^^^^^^^^
62
62
63
-
This package provides access to UI dialogs in Nextcloud. Documentation: https://nextcloud.github.io/nextcloud-dialogs/
63
+
This package provides access to UI dialogs in Nextcloud. Documentation: https://nextcloud-libraries.github.io/nextcloud-dialogs/
64
64
65
65
``@nextcloud/files``
66
66
^^^^^^^^^^^^^^^^^^^^
67
67
68
-
This package provides helper functions around the Files app. Documentation: https://nextcloud.github.io/nextcloud-files/
68
+
This package provides helper functions around the Files app. Documentation: https://nextcloud-libraries.github.io/nextcloud-files/
69
69
70
70
``@nextcloud/initial-state``
71
71
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
72
72
73
-
This package provides the counterpart for the `\\OCP\\IInitialStateService` on the back-end. Use it to retrieve your stored data on page load. Documentation: https://nextcloud.github.io/nextcloud-initial-state/
73
+
This package provides the counterpart for the `\\OCP\\IInitialStateService` on the back-end. Use it to retrieve your stored data on page load. Documentation: https://nextcloud-libraries.github.io/nextcloud-initial-state/
74
74
75
75
``@nextcloud/l10n``
76
76
^^^^^^^^^^^^^^^^^^^
77
77
78
-
This package provides everything around localization, like access to the current user's locale and translation helpers. Documentation: https://nextcloud.github.io/nextcloud-l10n/
78
+
This package provides everything around localization, like access to the current user's locale and translation helpers. Documentation: https://nextcloud-libraries.github.io/nextcloud-l10n/
79
79
80
80
``@nextcloud/logger``
81
81
^^^^^^^^^^^^^^^^^^^^^
82
82
83
-
This package provides a unified logging helper that adds app names, severity and other context to log messages. Use it to enhance the output of your app's logs, useful for development and triaging bug reports. Documentation: https://nextcloud.github.io/nextcloud-logger/
83
+
This package provides a unified logging helper that adds app names, severity and other context to log messages. Use it to enhance the output of your app's logs, useful for development and triaging bug reports. Documentation: https://nextcloud-libraries.github.io/nextcloud-logger/
84
84
85
85
``@nextcloud/moment``
86
86
^^^^^^^^^^^^^^^^^^^^^
87
87
88
-
This package provides a modified version of `moment.js <https://momentjs.com/>`_ with the current user's locale set. Documentation: https://nextcloud.github.io/nextcloud-moment/
88
+
This package provides a modified version of `moment.js <https://momentjs.com/>`_ with the current user's locale set. Documentation: https://nextcloud-libraries.github.io/nextcloud-moment/
89
89
90
90
``@nextcloud/password-confirmation``
91
91
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
92
92
93
-
This package makes it possible to ask a user for confirmation on actions that have the ``#[PasswordConfirmationRequired]`` attribute or ``@PasswordConfirmationRequired`` annotation set on the controller method. Use it for critical actions. Documentation: https://nextcloud.github.io/nextcloud-password-confirmation/
93
+
This package makes it possible to ask a user for confirmation on actions that have the ``#[PasswordConfirmationRequired]`` attribute or ``@PasswordConfirmationRequired`` annotation set on the controller method. Use it for critical actions. Documentation: https://nextcloud-libraries.github.io/nextcloud-password-confirmation/
94
94
95
95
``@nextcloud/paths``
96
96
^^^^^^^^^^^^^^^^^^^^
97
97
98
-
This package provides various helpers for file and folder paths. Documentation: https://nextcloud.github.io/nextcloud-paths/
98
+
This package provides various helpers for file and folder paths. Documentation: https://nextcloud-libraries.github.io/nextcloud-paths/
99
99
100
100
``@nextcloud/router``
101
101
^^^^^^^^^^^^^^^^^^^^^
102
102
103
-
This package provides helpers to generate URLs, e.g. to access assets and REST APIs of your app or the Nextcloud server. Documentation: https://nextcloud.github.io/nextcloud-router/
103
+
This package provides helpers to generate URLs, e.g. to access assets and REST APIs of your app or the Nextcloud server. Documentation: https://nextcloud-libraries.github.io/nextcloud-router/
0 commit comments