Completed
Rate Limiting
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Effective Service API Design
Automatically move to the next video in the Classroom when playback concludes
- 1 Introduction
- 2 Analytics Reporting API
- 3 redacted API
- 4 API definition
- 5 Local vs Remote API
- 6 What is a Service API
- 7 Interface
- 8 Remote Examples
- 9 Start with Documentation
- 10 Minimum Viable Product
- 11 General Design Considerations
- 12 Data formats
- 13 Client libraries
- 14 Decouple API from client
- 15 Authentication and Authorization
- 16 Developer Keys
- 17 Performance Considerations
- 18 Rate Limiting
- 19 Frameworks