Store show details sent from admin panel (get request)
get method \shows 0. get request pipeline working
- working get request pipeline - done
- send name of shows on a date - done
- send show data by show name and date - done
- another method /show_by_date
- some complex queries in future?
wwww.myapi.com/shows
with{"date":"10-10-10"}
date in body, returns list of movies -
{"statusCode": 200,
"body": "{\"date\": \"10-10-10\",
\"shows\": [\"hawa\", \"letka\", \"poran\", \"valobasha dibi kina bol\"],
\"total_shows\": 4}"}