mirror of
https://github.com/stefanpejcic/openpanel
synced 2025-06-26 18:28:26 +00:00
2.1 KiB
2.1 KiB
| Hook | Method | Description |
|---|---|---|
| useOne | getOne | get a single record. |
| useUpdate | update | update an existing record. |
| useCreate | create | create a new record. |
| useDelete | deleteOne | delete a single record. |
| useList or useInfiniteList | getList | get a list of records. |
| useApiUrl | getApiUrl | get the API URL. |
| useCustom | custom | making custom API requests. |
| useMany | getMany | get multiple records. |
| useCreateMany | createMany | create multiple records. |
| useDeleteMany | deleteMany | delete multiple records. |
| useUpdateMany | updateMany | update multiple records. |