Routes List
| Name | Parameters | Method | URL | Sample |
|---|---|---|---|---|
| Movies | - | GET |
https://proiectia.bogdanflorea.ro/api/marvel-movies/movies |
View |
| Movie |
Query stringName: id |
GET |
https://proiectia.bogdanflorea.ro/api/marvel-movies/movieExample:
https://proiectia.bogdanflorea.ro/api/marvel-movies/movie?id=18
The example URL may not return an actual result
Inspect the actual values of the parameters returned by the first route or the sample data. |
View |