Skip to content

Commit 9eefa33

Browse files
authored
Update 16/umbraco-cms/customizing/foundation/fetching-data/http-client.md
1 parent 9eece0d commit 9eefa33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

16/umbraco-cms/customizing/foundation/fetching-data/http-client.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ You can read more about the `tryExecute` function in this article:
3636
[try-execute.md](try-execute.md)
3737
{% endcontent-ref %}
3838

39-
## Generate your own client
39+
## Generating a Custom Client
4040

4141
You can also generate your own client using the **@hey-api/openapi-ts** library. This library allows you to generate a TypeScript client from an OpenAPI specification. The generated client will handle authentication and error handling for you, so you don't have to worry about those details.
4242

0 commit comments

Comments
 (0)