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
- Change the global variables in the [package specification](https://github.com/Dani3lSun/apex-websocket-notify-bundle/blob/master/plsql/ws_notify_api.pks) under "Websocket REST Call defaults" to reflect your environment
212
-
-**g_ws_rest_host:**Host/IP of Node Server
212
+
-**g_ws_rest_host:**Hostname or IP of Node Server
213
213
-**g_ws_rest_port:** Port of Node Server
214
214
-**g_ws_rest_proto:** Protocol of Node Server (http or https) - if https, then "g_ssl_wallet_path" and "g_ssl_wallet_pwd" are required
215
215
-**g_ws_basic_auth_user:** HTTP Basic Auth username of Node Server (REST-Interface)
@@ -286,9 +286,22 @@ curl -H "notify-title: Test Title Text" -H "notify-message: Test Message Text" "
286
286
287
287
### PL/SQL API
288
288
289
-
The PL/SQL API includes many procedures to send any kind of possible notifications over the REST-Interface.
289
+
The PL/SQL API includes many procedures to send any kind of possible notifications over the REST-Interface. It can be used to send notifications to users via PL/SQL or inside of APEX. All web service requests are based on APEX package APEX_WEB_SERVICE.
290
290
291
-
Here is a list of all procedures with all parameters.
291
+
**List of global package variables:**
292
+
293
+
-**g_ws_rest_host** - Node Notification Server Hostname or IP
294
+
-**g_ws_rest_port** - Node Notification Server Port
295
+
-**g_ws_rest_path** - Node Notification Server REST-Service Base Path
296
+
-**g_ws_rest_proto** - Node Notification Server Protocol (http or https)
297
+
-**g_ws_rest_base_url** - Combines Protocol, Host, Port and Path
298
+
-**g_ws_basic_auth_user** - HTTP Basic Auth username of Node Server (REST-Interface)
299
+
-**g_ws_basic_auth_pwd** - HTTP Basic Auth password of Node Server (REST-Interface)
300
+
-**g_ssl_wallet_path** - If https, path to oracle wallet
301
+
-**g_ssl_wallet_pwd** - If https, password of oracle wallet
302
+
303
+
304
+
**List of all procedures with all parameters:**
292
305
293
306
**Procedure:** do_rest_notify_user
294
307
@@ -301,6 +314,7 @@ Here is a list of all procedures with all parameters.
0 commit comments