Comment resource
This provides access to the comment resources
array|null Freshdesk\Resources\Comment::create(integer $id, array $data)
Create a topic for a forum
array|null Freshdesk\Resources\Comment::all(integer $id, array $query)
List comments in a topic
array|null Freshdesk\Resources\Comment::view(integer $id, array|null $query)
View a resource
Use 'include' to embed additional details in the response. Each include will consume an additional credit. For example if you embed the requester and company information you will be charged a total of 3 API credits for the call. See Freshdesk's documentation for details.
array|null Freshdesk\Resources\Comment::update(integer $id, array $data)
Update a resource
Updates the resources for the given $id with the supplied data/.
array|null Freshdesk\Resources\Comment::delete(\Freshdesk\Resources\Traits\in $id)
Delete a resource
Delete a resource by $id
How can I help you explore Laravel packages today?