AnnotationAssistanceRequestController
class AnnotationAssistanceRequestController extends Controller
Traits
AuthorizesRequests
ValidatesRequests
Methods
bool
isAutomatedRequest(Request $request = null)
Determines if the request was done by an automated script (with API token or ajax).
from
Controller
Response
create(Request $request)
Create a new annotation assistance request.
Response
show(int $id)
Show an assistance request.
Response
respond(string $token)
Respond to an assistance request.
Response
index(Request $request)
Show the list of all assistance requests of the user.
Details
in
Controller at line 21
bool
isAutomatedRequest(Request $request = null)
Determines if the request was done by an automated script (with API token or ajax).
at line 25
Response
create(Request $request)
Create a new annotation assistance request.
at line 70
Response
show(int $id)
Show an assistance request.
at line 106
Response
respond(string $token)
Respond to an assistance request.
at line 139
Response
index(Request $request)
Show the list of all assistance requests of the user.