API Sketching Example
Learn how to sketch an API using the example of the Onboarding API.
We'll cover the following...
Sketching the Onboarding API
Like the pencil sketches Gehry uses to explore possible building designs, we can create API sketches to explore our API designs. For example, in the Onboarding API project we’ve been working on over the past several chapters, we have the startOnboarding
action defined in our ALPS document when we added action elements. Let’s walk through a sample design sprint for just this one element of our API.
For starters, our ...