8000 GitHub - dkrishnakumar987/Asymmetric-website-backend
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

dkrishnakumar987/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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%
0