Welcome to MovieX API, your go-to resource for accessing a rich repository of movie-related data. Whether you're a developer building a movie app, a data enthusiast exploring cinematic details, or a content creator looking to integrate movie information, MovieX has you covered.
- Clone this repo:
git clone https://github.com/arthcc/movie-api
- Open VisualStudio and run:
dotnet run
- Available methods:
GET /movie/
GET movie/${genre}
GET movie/${title}
POST /Title, Genre, Runtime, Cast
DELETE /Id
| Parameter | Type | Description |
| :-------- | :------- | :-------------------------------- |
| `Genre` | `string | **Required**. Movie Genre is required |
| `Title` | `string | **Required**. Movie Title is required |
| `Cast` | `string | **Required**. Cast name is required |
| `Id` | `Guid | **Required**. Id is required |
| `Runtime` | `int | **Required**.Runtime must be between 70-400 minutes |
This project is under MIT LICENSE - see LICENSE.md for more details.