Skip to content

Commit a129be6

Browse files
committed
docs: adds overview and main README
1 parent 05c9a9a commit a129be6

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed

16/umbraco-cms/SUMMARY.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -183,6 +183,9 @@
183183
* [Extension Conditions](customizing/extending-overview/extension-conditions.md)
184184
* [Custom Extension types](customizing/extending-overview/custom-extension-type.md)
185185
* [Foundation](customizing/foundation/README.md)
186+
* [Fetching Data](customizing/foundation/fetching-data/README.md)
187+
* [Fetch API](customizing/foundation/fetching-data/fetch-api.md)
188+
* [HTTP Client](customizing/foundation/fetching-data/http-client.md)
186189
* [Working with Data](customizing/foundation/working-with-data/README.md)
187190
* [Repositories](customizing/foundation/working-with-data/repositories.md)
188191
* [Context API](customizing/foundation/working-with-data/context-api.md)
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# Fetching Data
2+
3+
Learn how to request data when extending the Backoffice.
4+
5+
## [Fetch API](fetch-api.md)
6+
7+
The Fetch API is a modern way to make network requests in JavaScript. It provides a more powerful and flexible feature set than the older XMLHttpRequest.
8+
9+
## [HTTP Client](http-client.md)
10+
11+
The HTTP Client is a wrapper around the Fetch API that provides a more convenient way to make network requests. It handles things like request and response parsing, error handling, and retries.
12+
13+
## [Working with Data](../working-with-data/README.md)
14+
15+
Once you have the data using one of the methods above, you can read more about how to work with it here.

0 commit comments

Comments
 (0)