Skip to content

Commit dc0ad38

Browse files
committed
docs: clarify what the umbraco http client is
1 parent ae00ae6 commit dc0ad38

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@ description: Learn more about working with the HTTP Client in Umbraco.
44

55
# HTTP Client
66

7-
Umbraco provides a built-in HTTP client that you can use to make network requests. This client is generated using **@hey-api/openapi-ts** around the OpenAPI specification and is available through the `@umbraco-cms/backoffice/http-client` package.
7+
The Umbraco Backoffice provides a built-in HTTP client that you can use to make network requests. This client is colloquially known as the Umbraco HTTP Client. It is generated using **@hey-api/openapi-ts** around the OpenAPI specification and is available through the `@umbraco-cms/backoffice/http-client` package.
8+
9+
**Example:**
810

911
```javascript
1012
import { umbHttpClient } from '@umbraco-cms/backoffice/http-client';

0 commit comments

Comments
 (0)