Skip to content

Club-Asymmetric/Asymmetric-website-backend

Repository files navigation

API documentation

GET /api/events Response:

[
  {
    date: "yyyy-mm-ddT00:00:00.000Z",
    description: string,
    id: string(20),
    max_team_size: int,
    min_team_size: int,
    name: string,
    photos: [ string(20)... ],
    registration_start: "yyyy-mm-ddT00:00:00.000Z",
  },...
]

GET /api/events/string(20)

{
  date: "yyyy-mm-ddT00:00:00.000Z",
  description: string,
  id: string(20),
  max_team_size: int,
  min_team_size: int,
  name: string,
  photos: [ string(20)... ],
  registration_start: "yyyy-mm-ddT00:00:00.000Z",
}

GET /images/are/not/here/string(20) -> image

GET /api/podcasts

[
  {
    description: string,
    guests: [ string... ],
    id: string(20),
    image: string(20),
    mime: string,
    name: string,
    publish: bool,
  },...
]

GET /api/podcasts/string(20)

{
  description: string,
  guests: [ string... ],
  id: string(20),
  image: string(20),
  mime: string,
  name: string,
  publish: bool,
}

GET /api/podcast/string(20)/stream -> audio

GET /api/credits

[
  {
    name: string,
    contributions: string,
  },...
]

GET /api/members

[
  {
    description: string,
    id: string(20),
    name: string,
    photos: [ string(20)... ],
    portfolio: string,
    role: string,
  },...
]

GET /api/members/string(20)

{
  description: string,
  id: string(20),
  name: string,
  photos: [ string(20)... ],
  portfolio: string,
  role: string,
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •