Skip to content

avermeulen/api-tutor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

API tutor

Simple API endpoints to help you to learn coding.

Deployed at: http://api-tutor.herokuapp.com/v1/cars

Current API end points

End point Description
/v1/cars Return 30 cars of various models and colors
/v1/colors Return all available car colors
/v1/makes Return all available car makes
/v1/cars/color/:color Return cars of a specific color
/v1/cars/make/:make Return cars of a specific make
/v1/cars/color/:car_color Return a specified number of cars of various models and colors
/v1/cars/make/:make/color/:car_color Return a specified make and color of cars

About

Simple API endpoints to help you when learning to code

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published