-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
Description
The Search API is optimized to help user find the specific book they're looking for (e.g., by title).
Endpoint Example
http://hostname/ralibrary/api/books?q=JavaScript&sort=createtime&order=desc
Parameters
| Name | Type | Description |
|---|---|---|
| q | string | The search keywords. |
| sort | string | The sort field. One of createtime or updatetime. Default: results are sorted by best match. |
| order | string | The sort order if sort parameter is provided. One of asc or desc. Default: desc |