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: articles/app-service-mobile/app-service-mobile-ios-how-to-use-client-library.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -445,7 +445,7 @@ At minimum, the `id` attribute must be set when making deletes.
445
445
446
446
## <aname="customapi"></a>How to: Call Custom API
447
447
448
-
With a custom API, you can expose any backend functionality. It doesn't have to map to a table operation. Not only do you gain more control over messaging, you can even read/set headers and change the response body format. To learn how to create a custom API on the backend, read [Custom APIs](app-service-mobile-node-backend-how-to-use-server-sdk.md#work-easy-apis)
448
+
With a custom API, you can expose any backend functionality. It doesn't have to map to a table operation. Not only do you gain more control over messaging, you can even read/set headers and change the response body format.
449
449
450
450
To call a custom API, call `MSClient.invokeAPI`. The request and response content are treated as JSON. To use
451
451
other media types, [use the other overload of `invokeAPI`][5]. To make a `GET` request instead of a `POST`
## <a name="Debugging"></a>Debugging, Easy Tables, and Easy APIs
995
+
## <a name="Debugging"></a>Debugging
996
996
997
997
### <a name="howto-diagnostic-logs"></a>Debug, diagnose, and troubleshoot Mobile Apps
998
998
@@ -1007,55 +1007,6 @@ Node.js applications have access to a wide range of diagnostic log tools. Intern
1007
1007
Node.js SDK uses [Winston] for diagnostic logging. Logging is automatically enabled when you enable debug mode or set the `MS_DebugMode` app setting to true in the [Azure portal]. Generated logs appear in the diagnostic
1008
1008
logs in the [Azure portal].
1009
1009
1010
-
### <a name="in-portal-editing"></a><a name="work-easy-tables"></a>Work with Easy Tables in the Azure portal
1011
-
1012
-
You can use Easy Tables to create and work with tables right in the portal. You can upload dataset to Easy Tables
1013
-
in CSV format. Note that you cannot use property names (in your CSV dataset) that conflict with system property names
1014
-
of the Mobile Apps back end. The system property names are:
1015
-
* createdAt
1016
-
* updatedAt
1017
-
* deleted
1018
-
* version
1019
-
1020
-
You can even edit table operations by using App Service Editor. When you select **Easy tables** in your back-end site
1021
-
settings, you can add, modify, or delete a table. You can also see data in the table.
1022
-
1023
-

1024
-
1025
-
The following commands are available on the command bar for a table:
1026
-
1027
-
* **Change permissions**: Modify the permission for read, insert, update, and delete operations on the table.
1028
-
Options are to allow anonymous access, to require authentication, or to disable all access to the operation.
1029
-
* **Edit script**: The script file for the table is opened in App Service Editor.
1030
-
* **Manage schema**: Add or delete columns, or change the table index.
1031
-
* **Clear table**: Truncate an existing table by deleting all data rows but leaving the schema unchanged.
1032
-
* **Delete rows**: Delete individual rows of data.
1033
-
* **View streaming logs**: Connect to the streaming log service for your site.
1034
-
1035
-
### <a name="work-easy-apis"></a>Work with Easy APIs in the Azure portal
1036
-
1037
-
You can use Easy APIs to create and work with custom APIs right in the portal. You can edit API
1038
-
scripts by using App Service Editor.
1039
-
1040
-
When you select **Easy APIs** in your back-end site settings, you can add, modify, or delete a custom API
1041
-
endpoint.
1042
-
1043
-

1044
-
1045
-
In the portal, you can change the access permissions for an HTTP action, edit the API script file in
1046
-
App Service Editor, or view the streaming logs.
1047
-
1048
-
### <a name="online-editor"></a>Edit code in App Service Editor
1049
-
1050
-
By using the Azure portal, you can edit your Node.js back-end script files in App Service Editor without having to
1051
-
download the project to your local computer. To edit script files in the online editor:
1052
-
1053
-
1. In pane for your Mobile Apps back end, select **All settings** > either **Easy tables** or **Easy APIs**. Select a
1054
-
table or API, and then select **Edit script**. The script file opens in App Service Editor.
1055
-
1056
-

1057
-
1. Make your changes to the code file in the online editor. Changes are saved automatically as you type.
Copy file name to clipboardExpand all lines: includes/app-service-mobile-dotnet-backend-configure-push-apns.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -61,7 +61,7 @@ ms.date: 08/23/2018
61
61
62
62
**Node.jsbackend**:
63
63
64
-
1. Ifyouhaven't already done so, [download the quickstart project](../articles/app-service-mobile/app-service-mobile-node-backend-how-to-use-server-sdk.md#download-quickstart) or else use the [online editor in the Azure portal](../articles/app-service-mobile/app-service-mobile-node-backend-how-to-use-server-sdk.md#online-editor).
Copy file name to clipboardExpand all lines: includes/app-service-mobile-dotnet-backend-configure-push-google.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -63,7 +63,7 @@ Use the procedure that matches your back-end project type—either [.NET bac
63
63
64
64
### <a name="nodejs"></a>Node.js back-end project
65
65
66
-
1. Ifyouhaven't already done so, [download the quickstart project](../articles/app-service-mobile/app-service-mobile-node-backend-how-to-use-server-sdk.md#download-quickstart), or else use the [online editor in the Azure portal](../articles/app-service-mobile/app-service-mobile-node-backend-how-to-use-server-sdk.md#online-editor).
0 commit comments