Essential API Facade Patterns: Part 3 - One Phase to Two Phase Conversion
API facade is an important design pattern in an API designer's toolbox and a powerful tool for app developers who need to work with APIs they don't control. In a 4 part series of webcasts, our hosts will explore essential patterns that enable API teams and app developers to implement and improve their API designs and apps.
- Episode 1: Composition
- Episode 2: Session Management
- Episode 3: One Phase to Two Phase Conversion
- Episode 4: Synchronous to Asynchronous
In this third episode, Santanu Dey discusses Session Management explored One Phase to Two Phase Conversion - or how to expose a single phase API out of a two phase API - with a focus on how to expose a two phase API for easy consumption by app developers.