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: README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1424,12 +1424,12 @@ POST /anotheroperation
1424
1424
1425
1425
RPC is focused on exposing behaviors. RPCs are often used for performance reasons with internal communications, as you can hand-craft native calls to better fit your use cases.
1426
1426
1427
-
Choose a Native Library aka SDK when:
1427
+
Choose a native library (aka SDK) when:
1428
1428
1429
1429
* You know your target platform.
1430
-
* You want to control how your "logic" is accessed
1431
-
* You want to control how error control happens off your library
1432
-
* Performance and end user experience is your primary concern
1430
+
* You want to control how your "logic" is accessed.
1431
+
* You want to control how error control happens off your library.
1432
+
* Performance and end user experience is your primary concern.
1433
1433
1434
1434
HTTP APIs following **REST** tend to be used more often for public APIs.
0 commit comments