class APIMainController extends Controller

Class APIMainController

Methods

JsonResponse
newAction(ArrayCollection $apiActionsCreate)

API route for CREATE

JsonResponse
readAction(ArrayCollection $apiActionsRead)

API route for READ

Details

at line 35
JsonResponse newAction(ArrayCollection $apiActionsCreate)

API route for CREATE

Parameters

ArrayCollection $apiActionsCreate

Return Value

JsonResponse

See also

ApiActionsCreateConverter

at line 53
JsonResponse readAction(ArrayCollection $apiActionsRead)

API route for READ

Parameters

ArrayCollection $apiActionsRead

Return Value

JsonResponse

See also

ApiActionsReadConverter