CS396: Spring 2022

Intro to Web Development

CS396: Spring 2022

Schedule > Building an API Endpoint

Week 5: Mon, Apr 25
Exercise Files

Code from 5/25 (Wed) Lecture

https://github.com/vanwars/photo-app/blob/hw03-lecture-demo/views/posts.py

Today we will be finishing up our discussion of REST API Endpoints by walking through how to implement the /api/posts endpoint.

In the next few assignments, we’ll be interacting with our REST API via JavaScript (more on that next week)!

Slides

Lecture Video(s)

Readings