Skip to content

Commit a5177c5

Browse files
committed
docs: adds an advanced topics section
1 parent dc0ad38 commit a5177c5

File tree

1 file changed

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

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,12 @@ The HTTP Client is a wrapper around the Fetch API that provides a more convenien
3838

3939
## Handle Requests
4040

41-
### [Executing Requests](try-execute.md)
41+
## [Executing Requests](try-execute.md)
4242

4343
Executing the request is the next step after fetching data. You can use the `tryExecute` function to handle errors and refresh the token if it is expired.
4444

45+
## Advanced Topics
46+
4547
### [Custom Generated Client](custom-generated-client.md)
4648

4749
It can be useful to generate a custom client for your API. This can save you a lot of time and effort when working with custom API controllers.

0 commit comments

Comments
 (0)