Library package to manage all human resource related features for Alpha Prakashoni.
Author: Juyal Ahmed
Email: [email protected]
Last Modified: 08.May.2019
Display a listing of the resource.
GET
/api/library/authors
ResponseBody:
[
{
"id": 1,
"name": "Juyal Ahmed",
"description": "A programming or personal article author.",
"status": "Active",
"joined_date": "2020-06-10",
"deleted_at": null,
"created_at": "2019-05-06 16:56:51",
"updated_at": "2019-05-06 16:57:20"
}
]