givebloodorg / doesangue-core

Online platform that connects people interested in blood donation

Home Page:https://givebloodorg.github.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Create API resources for campaigns and Users(donors)

JoseCage opened this issue · comments

Using one of most great (new) Laravel features, we need to create both singular and plural resources for campaigns and donors.

  • CampaignResource (returns the information a specific campaign)

  • CampaignCollection (returns all campaigns)

  • UserCollection (returns all users/donors)

  • UserResource (returns all donors)