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
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -38,10 +38,12 @@ The HTTP Client is a wrapper around the Fetch API that provides a more convenien
38
38
39
39
## Handle Requests
40
40
41
-
###[Executing Requests](try-execute.md)
41
+
## [Executing Requests](try-execute.md)
42
42
43
43
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.
0 commit comments