/api.raml

get

List all /api.raml

/movies

get

List all movies

post

Insert a new record in to movie collection

get

Get movie with ID {id}

delete

Delete movie with ID {id}

get

List of actors that movie {id} has