Skip to content

Commit 95e3067

Browse files
authored
Update 16/umbraco-cms/customizing/foundation/fetching-data/README.md
1 parent c6a5c94 commit 95e3067

File tree

1 file changed

+7
-1
lines changed
  • 16/umbraco-cms/customizing/foundation/fetching-data

1 file changed

+7
-1
lines changed

16/umbraco-cms/customizing/foundation/fetching-data/README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,13 @@ description: Learn how to request data when extending the Backoffice.
66

77
## Fetch Data Through HTTP
88

9-
There are two main ways to fetch data through HTTP in the Umbraco Backoffice: using the Fetch API or the Umbraco HTTP client. The Fetch API is a modern way to make network requests in JavaScript, while the Umbraco HTTP client is a wrapper around the Fetch API. That provides a more convenient way to make network requests.
9+
There are two main ways to fetch data through HTTP in the Umbraco Backoffice:
10+
11+
- [Fetch API](#fetch-api)
12+
- [Umbraco HTTP Client](#umbraco-http-client).
13+
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+
1016

1117
For most scenarios, we recommend using the Umbraco HTTP Client because it:
1218

0 commit comments

Comments
 (0)