feat: add MemberController REST API endpoints (Closes #22) #71
Reference in New Issue
Block a user
Delete Branch "feature/issue-22-create-membercontroller-api-endpoints"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
MemberControllerextendingApiControllerwith full REST API for member CRUDappinfo/routes.phpEndpoints
GET/POST /api/v1/members,GET/PUT/DELETE /api/v1/members/{id}POST/PUT/DELETE /api/v1/members/{memberId}/addresses/{addrId}POST/PUT/DELETE /api/v1/members/{memberId}/phones/{phoneId}POST/PUT/DELETE /api/v1/members/{memberId}/emails/{emailId}Closes #22