Skip to content

Commit

Permalink
[update] Working with server section. Add link to REST API
Browse files Browse the repository at this point in the history
  • Loading branch information
serhiipylypchuk1991 committed Oct 17, 2023
1 parent 264465c commit 9f2eb5f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 0 additions & 1 deletion docs/api/api_overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,6 @@ description: You can have an API overview of the DHTMLX JavaScript To Do List li
| [](api/events/updateproject_event.md) | @getshort(api/events/updateproject_event.md) |
| [](api/events/updatetask_event.md) | @getshort(api/events/updatetask_event.md) |


## To Do List properties

| Name | Description |
Expand Down
4 changes: 4 additions & 0 deletions docs/guides/working_with_server.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,10 @@ To interact with the server, you need to connect **RestDataProvider** to the cor

or you can create a custom one.

:::tip
If you use custom backend, refer to the [**REST API routes**](../../api/rest_api/routes/rest_routes_overview/) topic for more information!
:::

To connect **RestDataProvider** to the backend, you need to call the **new RestDataProvider()** constructor by passing the corresponding **URL** as a parameter.

~~~js {4-5,23-24}
Expand Down

0 comments on commit 9f2eb5f

Please sign in to comment.