- You are asked to build an API for a photo app.
- You need to create the routes according to REST for the following actions:
-
The end-user wants to see a list of photos
-
The end-user wants to see a particular photo
| # | |
| # This Python script makes a summary of a football game by cutting | |
| # the video around the 10 % loudest moments, which generally | |
| # include the goals and other important events. | |
| # For more details, see this blog post: | |
| # http://zulko.github.io/blog/2014/07/04/automatic-soccer-highlights-compilations-with-python/ | |
| # | |
| # LICENCE: Creative Commons 0 - Public Domain | |
| # I, the author of this script, wave any rights and place this work in the public domain. | |
| # |