Chapter 5. Shutterbug, the Photo Stream API

In this chapter, we will build a (primarily) JSON-based API that allows us to view a reverse chronologically ordered list of photos that have been added—this has become quite popular in recent years due to Instagram and similar photo sharing applications. For the sake of simplicity, we will forgo the usual social aspect that many of these applications are typically built around; however, you are encouraged to combine the knowledge of the previous chapters with the information in this chapter to build such an application.

Shutterbug, the minimal API-only application that we are about to embark on, will allow a user to upload a photograph of their choosing via an authenticated, JSON-based API.

Additionally, ...

Get Flask Blueprints now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.