You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"biography": "Known for the Pressing method and positional play",
"birthYear": 1971,
"name": "Pep Guardiola",
"quotes": [
{
"content": "The unexamined game is not worth playing.",
"topic": "Football"
},
{
"content": "In football, the result is an impostor. You can do things really, really well but not win. There's something more important than the result, more important than winning and losing, and that is the process.",
"topic": "Football"
},
{
"content": "I don't want to be the next X. I want to be the first Pep Guardiola.",
"topic": "Football"
}
],
"school": "Total Football"
}
### GET all quotes
GET localhost:8080/quotes
### GET all quotes by philosopher id
GET localhost:8080/quotes/philosophers/2
### GET all quotes by philosopher school
GET localhost:8080/quotes/philosophers/school/stoicism