Skip to content

jlyst/i101-Web-Service-Template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 

Repository files navigation

Web Service Template

This web service provides access to data on the top 100 movies (as voted by viewers).

All 100 movies

Description

Retrieve all data about the top 100 movies

API Call

https://jsroutesexamples--jimlyst.repl.co/

Parameters

None

Example

https://jsroutesexamples--jimlyst.repl.co/

Top Five Movies

Description

Retrieve all data about the top 5 movies

API Call

https://jsroutesexamples--jimlyst.repl.co/top-five

Parameters

None

Example

https://jsroutesexamples--jimlyst.repl.co/top-five

Movies by Year

Description

Retrieve all data about movies from a particular year.

API Call

https://jsroutesexamples--jimlyst.repl.co/get-year/{year}

Parameters

year The movie release year to search

Example

https://jsroutesexamples--jimlyst.repl.co/get-year/2019

Between Years

Description

Retrieve all data about movies between two years.

API Call

https://jsroutesexamples--jimlyst.repl.co/between-years/{year1}/{year2}

Parameters

year1 The earliest movie release year to search

year2 The latest movie release year to search

Example

https://jsroutesexamples--jimlyst.repl.co/between-years/1999/2019

About

Repository for Student Project Documentation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published