AnnotationAssistanceRequestController
class AnnotationAssistanceRequestController extendsController
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
inControllerat line21
bool
isAutomatedRequest(Request$request =null)
Determines if the request was done by an automated script (with API token or ajax).
at line25
Response
create(Request$request)
Create a new annotation assistance request.
at line70
Response
show(int$id)
Show an assistance request.
at line106
Response
respond(string$token)
Respond to an assistance request.
at line139
Response
index(Request$request)
Show the list of all assistance requests of the user.