Completed
Anticipating change is one of the central themes of REST
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Building a Swift Web API
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 API Design
- 3 What makes a good API?
- 4 Example: Pagination
- 5 How do we introduce changes to our API?
- 6 Versioning APIs
- 7 API is coupled to implementation details
- 8 What happens when you version an API?
- 9 How can we design the API without exposing implementation details?
- 10 REST Representational State Transfer
- 11 Anticipating change is one of the central themes of REST
- 12 Tight Coupling
- 13 Controls have to be learned on the fly. That's what hypermedia enables
- 14 Web Linking RFC 5988
- 15 Building an API in Swift
- 16 Web Frameworks
- 17 Frank vs Kitura vs Vapor
- 18 Server APIs Working Group
- 19 Manual Deployment
- 20 Monitoring
- 21 Papertrail