mirror of
https://github.com/hcengineering/platform.git
synced 2025-03-15 02:23:12 +00:00
doc: add API client documentation reference (#8099)
Signed-off-by: Alexander Onnikov <Alexander.Onnikov@xored.com>
This commit is contained in:
parent
5d5f6e89b3
commit
68a56445ee
11
README.md
11
README.md
@ -22,13 +22,20 @@ This project offers a convenient method to host Huly using `docker`, designed fo
|
||||
|
||||

|
||||
|
||||
## Table of Content
|
||||
## 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.
|
||||
|
||||
You can find API usage examples in the [Huly examples](https://github.com/hcengineering/huly-examples) repository.
|
||||
|
||||
## Table of Contents
|
||||
|
||||
- [Huly Platform](#huly-platform)
|
||||
- [About](#about)
|
||||
- [Self-Hosting](#self-hosting)
|
||||
- [Activity](#activity)
|
||||
- [Table of Content](#table-of-content)
|
||||
- [API Client](#api-client)
|
||||
- [Table of Contents](#table-of-contents)
|
||||
- [Pre-requisites](#pre-requisites)
|
||||
- [Verification](#verification)
|
||||
- [Fast start](#fast-start)
|
||||
|
Loading…
Reference in New Issue
Block a user