Update changelog and fix api client reference (#10169)

This commit is contained in:
Artyom Savchenko
2025-10-29 20:23:20 +07:00
committed by GitHub
parent 1a1599496c
commit f7df43a130
2 changed files with 1502 additions and 2 deletions
+6 -1
View File
@@ -24,10 +24,14 @@ This project offers a convenient method to host Huly using `docker`, designed fo
## API Client
If you want to interact with Huly programmatically, check out our [API Client](./packages/api-client/README.md) documentation. The API client provides a typed interface for all Huly operations and can be used to build integrations and custom applications.
If you want to interact with Huly programmatically, check out our [API Client](https://github.com/hcengineering/huly.core/tree/main/packages/api-client) documentation. The API client provides a typed interface for all Huly operations and can be used to build integrations and custom applications.
You can find API usage examples in the [Huly examples](https://github.com/hcengineering/huly-examples) repository.
## Changelog
For detailed information about changes, improvements, and bug fixes in each version, see our [Changelog](./changelog.md).
## Table of Contents
- [Huly Platform](#huly-platform)
@@ -35,6 +39,7 @@ You can find API usage examples in the [Huly examples](https://github.com/hcengi
- [Self-Hosting](#self-hosting)
- [Activity](#activity)
- [API Client](#api-client)
- [Changelog](#changelog)
- [Table of Contents](#table-of-contents)
- [Pre-requisites](#pre-requisites)
- [Verification](#verification)
+1496 -1
View File
File diff suppressed because it is too large Load Diff