Skip to content
This repository has been archived by the owner on Oct 16, 2023. It is now read-only.

alperunal/voety-api

Repository files navigation

Architecture

API

Models

Resource POST GET PUT DELETE
/lineups Create a new lineup Retrieve all lineups - -
/lineups/1 - Retrieve the details for lineup 1 Update the details of lineup 1 if it exists Remove lineup 1

Lineup:

  • id: number
  • name: string
  • date: string
  • main_color: string
  • secondary_color: string
  • number_color: string
  • players: string
  • user_id: string