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: 16/umbraco-cms/customizing/foundation/fetching-data/README.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
@@ -14,7 +14,7 @@ There are two main ways to fetch data through HTTP in the Umbraco Backoffice:
14
14
The Fetch API is a modern way to make network requests in JavaScript, while the Umbraco HTTP client is a wrapper around it, providing a more convenient interface.
15
15
16
16
17
-
For most scenarios, we recommend using the Umbraco HTTP Client because it:
17
+
For most scenarios, the Umbraco HTTP Client is recommended because it:
18
18
19
19
- Automatically handles authentication and error handling.
20
20
- Provides type safety for requests and responses.
0 commit comments