Skip to content

emresahin10/ktor-mongodb-saymyname

Repository files navigation

NO MORE ACCESS 😫

CHARACTERS

List of series characters:
/characters

for spesific character.:

/characters/{charId}

example :

{
  "charId": "2",
  "name": "Jesse Pinkman",
  "birthday": "09-24-1984",
  "img": "https://vignette.wikia.nocookie.net/breakingbad/images/9/95/JesseS5.jpg/revision/latest?cb=20120620012441",
  "status": "Alive",
  "nickname": "Cap n' Cook",
  "portrayed": "Aaron Paul",
  "category": "Breaking Bad"
}

QUOTES

List of quotes:
/quotes

For a specific quote.:

/quotes/{quoteId}

example :

{
  "quoteId": "1",
  "quote": "I am not in danger, Skyler. I am the danger!",
  "author": "Walter White",
  "series": "Breaking Bad"
}

For the random quote.:

/quotes/random 

About

Breaking Bad API with Ktor and MongoDB

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published