136
Twelve Patterns to Create Evolvable APIs Mike Amundsen API Academy / CA @mamund Drawings by Diogo Lucas @diogoclucas

Drawings by Diogo Lucas @diogoclucas Twelve Patterns to Create€¦ · Machines can now manage their own internal models independently. Share Vocabularies, ... STATE WATCH. Use Related

  • Upload
    others

  • View
    0

  • Download
    0

Embed Size (px)

Citation preview

Page 1: Drawings by Diogo Lucas @diogoclucas Twelve Patterns to Create€¦ · Machines can now manage their own internal models independently. Share Vocabularies, ... STATE WATCH. Use Related

Twelve Patterns to Create Evolvable APIs

Mike AmundsenAPI Academy / CA

@mamund

Drawings by Diogo Lucas@diogoclucas

Page 2: Drawings by Diogo Lucas @diogoclucas Twelve Patterns to Create€¦ · Machines can now manage their own internal models independently. Share Vocabularies, ... STATE WATCH. Use Related
Page 3: Drawings by Diogo Lucas @diogoclucas Twelve Patterns to Create€¦ · Machines can now manage their own internal models independently. Share Vocabularies, ... STATE WATCH. Use Related

#mcaTravels

Page 4: Drawings by Diogo Lucas @diogoclucas Twelve Patterns to Create€¦ · Machines can now manage their own internal models independently. Share Vocabularies, ... STATE WATCH. Use Related

http://apiacademy.co

Page 5: Drawings by Diogo Lucas @diogoclucas Twelve Patterns to Create€¦ · Machines can now manage their own internal models independently. Share Vocabularies, ... STATE WATCH. Use Related
Page 6: Drawings by Diogo Lucas @diogoclucas Twelve Patterns to Create€¦ · Machines can now manage their own internal models independently. Share Vocabularies, ... STATE WATCH. Use Related
Page 7: Drawings by Diogo Lucas @diogoclucas Twelve Patterns to Create€¦ · Machines can now manage their own internal models independently. Share Vocabularies, ... STATE WATCH. Use Related
Page 8: Drawings by Diogo Lucas @diogoclucas Twelve Patterns to Create€¦ · Machines can now manage their own internal models independently. Share Vocabularies, ... STATE WATCH. Use Related
Page 9: Drawings by Diogo Lucas @diogoclucas Twelve Patterns to Create€¦ · Machines can now manage their own internal models independently. Share Vocabularies, ... STATE WATCH. Use Related
Page 10: Drawings by Diogo Lucas @diogoclucas Twelve Patterns to Create€¦ · Machines can now manage their own internal models independently. Share Vocabularies, ... STATE WATCH. Use Related
Page 11: Drawings by Diogo Lucas @diogoclucas Twelve Patterns to Create€¦ · Machines can now manage their own internal models independently. Share Vocabularies, ... STATE WATCH. Use Related

?

Page 12: Drawings by Diogo Lucas @diogoclucas Twelve Patterns to Create€¦ · Machines can now manage their own internal models independently. Share Vocabularies, ... STATE WATCH. Use Related
Page 13: Drawings by Diogo Lucas @diogoclucas Twelve Patterns to Create€¦ · Machines can now manage their own internal models independently. Share Vocabularies, ... STATE WATCH. Use Related
Page 14: Drawings by Diogo Lucas @diogoclucas Twelve Patterns to Create€¦ · Machines can now manage their own internal models independently. Share Vocabularies, ... STATE WATCH. Use Related
Page 15: Drawings by Diogo Lucas @diogoclucas Twelve Patterns to Create€¦ · Machines can now manage their own internal models independently. Share Vocabularies, ... STATE WATCH. Use Related
Page 16: Drawings by Diogo Lucas @diogoclucas Twelve Patterns to Create€¦ · Machines can now manage their own internal models independently. Share Vocabularies, ... STATE WATCH. Use Related
Page 17: Drawings by Diogo Lucas @diogoclucas Twelve Patterns to Create€¦ · Machines can now manage their own internal models independently. Share Vocabularies, ... STATE WATCH. Use Related
Page 18: Drawings by Diogo Lucas @diogoclucas Twelve Patterns to Create€¦ · Machines can now manage their own internal models independently. Share Vocabularies, ... STATE WATCH. Use Related
Page 19: Drawings by Diogo Lucas @diogoclucas Twelve Patterns to Create€¦ · Machines can now manage their own internal models independently. Share Vocabularies, ... STATE WATCH. Use Related

I want to be able to...1. Change/Add Objects (payloads)2. Change/Add Addresses (URLs)3. Change/Add Actions (links and forms)

Page 20: Drawings by Diogo Lucas @diogoclucas Twelve Patterns to Create€¦ · Machines can now manage their own internal models independently. Share Vocabularies, ... STATE WATCH. Use Related

The OAA Challenge1. Change/Add Objects (payloads)2. Change/Add Addresses (URLs)3. Change/Add Actions (links and forms)

Page 21: Drawings by Diogo Lucas @diogoclucas Twelve Patterns to Create€¦ · Machines can now manage their own internal models independently. Share Vocabularies, ... STATE WATCH. Use Related

The OAA Challenge1. Change/Add Objects (payloads)2. Change/Add Addresses (URLs)3. Change/Add Actions (links and forms)

"[A] dynamic system that has extreme late binding in all

aspects." -- Alan Kay, 2003

Page 22: Drawings by Diogo Lucas @diogoclucas Twelve Patterns to Create€¦ · Machines can now manage their own internal models independently. Share Vocabularies, ... STATE WATCH. Use Related

Evolvable API Patterns

Page 23: Drawings by Diogo Lucas @diogoclucas Twelve Patterns to Create€¦ · Machines can now manage their own internal models independently. Share Vocabularies, ... STATE WATCH. Use Related

Twelve Patterns for Evolvable APIsFour Design PatternsFour Basic PrinciplesFour Shared Agreements

Page 24: Drawings by Diogo Lucas @diogoclucas Twelve Patterns to Create€¦ · Machines can now manage their own internal models independently. Share Vocabularies, ... STATE WATCH. Use Related

Design Patterns

Page 25: Drawings by Diogo Lucas @diogoclucas Twelve Patterns to Create€¦ · Machines can now manage their own internal models independently. Share Vocabularies, ... STATE WATCH. Use Related

Design Patterns1.PASS MESSAGES, NOT OBJECTS2.SHARE VOCABULARIES, NOT MODELS3.USE THE REPRESENTOR PATTERN4.PUBLISH PROFILES

Page 26: Drawings by Diogo Lucas @diogoclucas Twelve Patterns to Create€¦ · Machines can now manage their own internal models independently. Share Vocabularies, ... STATE WATCH. Use Related
Page 27: Drawings by Diogo Lucas @diogoclucas Twelve Patterns to Create€¦ · Machines can now manage their own internal models independently. Share Vocabularies, ... STATE WATCH. Use Related

Pass Messages, Not Objects"I'm sorry that coined the term 'objects' for this

topic. The big idea is 'messaging'."

Alan Kay, 1998

Page 28: Drawings by Diogo Lucas @diogoclucas Twelve Patterns to Create€¦ · Machines can now manage their own internal models independently. Share Vocabularies, ... STATE WATCH. Use Related
Page 29: Drawings by Diogo Lucas @diogoclucas Twelve Patterns to Create€¦ · Machines can now manage their own internal models independently. Share Vocabularies, ... STATE WATCH. Use Related

Pass Messages, Not ObjectsBodies SHOULD be sent using a highly-structured metadata-rich format such as:HALCollection+JSONSirenUBERAtom,etc.

Page 30: Drawings by Diogo Lucas @diogoclucas Twelve Patterns to Create€¦ · Machines can now manage their own internal models independently. Share Vocabularies, ... STATE WATCH. Use Related
Page 31: Drawings by Diogo Lucas @diogoclucas Twelve Patterns to Create€¦ · Machines can now manage their own internal models independently. Share Vocabularies, ... STATE WATCH. Use Related

Pass Messages, not ObjectsWhat problem does this solve?

I don’t need to share your object model to interact with you.

Machines can now manage their own internal models independently.

Page 32: Drawings by Diogo Lucas @diogoclucas Twelve Patterns to Create€¦ · Machines can now manage their own internal models independently. Share Vocabularies, ... STATE WATCH. Use Related
Page 33: Drawings by Diogo Lucas @diogoclucas Twelve Patterns to Create€¦ · Machines can now manage their own internal models independently. Share Vocabularies, ... STATE WATCH. Use Related

Share Vocabularies, Not Models"It is easier to standardize representation and relation types than objects and object-specific

interfaces."-- Roy Fielding

Page 34: Drawings by Diogo Lucas @diogoclucas Twelve Patterns to Create€¦ · Machines can now manage their own internal models independently. Share Vocabularies, ... STATE WATCH. Use Related
Page 35: Drawings by Diogo Lucas @diogoclucas Twelve Patterns to Create€¦ · Machines can now manage their own internal models independently. Share Vocabularies, ... STATE WATCH. Use Related

Share Vocabularies, Not ModelsAll messages SHOULD rely only on standardized identifiers (for data/action) based on shared vocabularies.

IANA Link Relation ValuesSchema.orgMicroformatsDublin CoreActivity Streams

Page 36: Drawings by Diogo Lucas @diogoclucas Twelve Patterns to Create€¦ · Machines can now manage their own internal models independently. Share Vocabularies, ... STATE WATCH. Use Related
Page 37: Drawings by Diogo Lucas @diogoclucas Twelve Patterns to Create€¦ · Machines can now manage their own internal models independently. Share Vocabularies, ... STATE WATCH. Use Related
Page 38: Drawings by Diogo Lucas @diogoclucas Twelve Patterns to Create€¦ · Machines can now manage their own internal models independently. Share Vocabularies, ... STATE WATCH. Use Related
Page 39: Drawings by Diogo Lucas @diogoclucas Twelve Patterns to Create€¦ · Machines can now manage their own internal models independently. Share Vocabularies, ... STATE WATCH. Use Related

Share Vocabularies, Not ModelsWhat problem does this solve?

Vocabulary is how we “evaluate and select”

Machines can now evaluate and select without direct human interaction.

Page 40: Drawings by Diogo Lucas @diogoclucas Twelve Patterns to Create€¦ · Machines can now manage their own internal models independently. Share Vocabularies, ... STATE WATCH. Use Related
Page 41: Drawings by Diogo Lucas @diogoclucas Twelve Patterns to Create€¦ · Machines can now manage their own internal models independently. Share Vocabularies, ... STATE WATCH. Use Related

Use the Representor Pattern"Use a special filter, a Message Translator,

between other filters or applications to translate one data format into another."

- Gregor Hohpe

Page 42: Drawings by Diogo Lucas @diogoclucas Twelve Patterns to Create€¦ · Machines can now manage their own internal models independently. Share Vocabularies, ... STATE WATCH. Use Related

Use the Representor PatternYou SHOULD implement a message translator to convert internal models into public messages.

Standard Resource Model (WeSTL)Strategy Messages Format Dispatch

Page 43: Drawings by Diogo Lucas @diogoclucas Twelve Patterns to Create€¦ · Machines can now manage their own internal models independently. Share Vocabularies, ... STATE WATCH. Use Related
Page 44: Drawings by Diogo Lucas @diogoclucas Twelve Patterns to Create€¦ · Machines can now manage their own internal models independently. Share Vocabularies, ... STATE WATCH. Use Related
Page 45: Drawings by Diogo Lucas @diogoclucas Twelve Patterns to Create€¦ · Machines can now manage their own internal models independently. Share Vocabularies, ... STATE WATCH. Use Related

Use the Representor PatternWhat problem does this solve?

Sometimes we need to translate our conversations in order to communicate.

Machines can now “negotiate” the language of a conversation.

Page 46: Drawings by Diogo Lucas @diogoclucas Twelve Patterns to Create€¦ · Machines can now manage their own internal models independently. Share Vocabularies, ... STATE WATCH. Use Related
Page 47: Drawings by Diogo Lucas @diogoclucas Twelve Patterns to Create€¦ · Machines can now manage their own internal models independently. Share Vocabularies, ... STATE WATCH. Use Related

Publish Profiles"Profiles provide a way to create a ubiquitous

language for talking about APIs (resources) for both humans and machines."

-- Mark Foster

Page 48: Drawings by Diogo Lucas @diogoclucas Twelve Patterns to Create€¦ · Machines can now manage their own internal models independently. Share Vocabularies, ... STATE WATCH. Use Related

Publish ProfilesAll messages SHOULD be accompanied by one or more PROFILE identifiers.

Define all possible data and actionsUse Profile Standard (RFC6906)Servers emit profile URIClients validate profile URI

Page 49: Drawings by Diogo Lucas @diogoclucas Twelve Patterns to Create€¦ · Machines can now manage their own internal models independently. Share Vocabularies, ... STATE WATCH. Use Related
Page 50: Drawings by Diogo Lucas @diogoclucas Twelve Patterns to Create€¦ · Machines can now manage their own internal models independently. Share Vocabularies, ... STATE WATCH. Use Related
Page 51: Drawings by Diogo Lucas @diogoclucas Twelve Patterns to Create€¦ · Machines can now manage their own internal models independently. Share Vocabularies, ... STATE WATCH. Use Related
Page 52: Drawings by Diogo Lucas @diogoclucas Twelve Patterns to Create€¦ · Machines can now manage their own internal models independently. Share Vocabularies, ... STATE WATCH. Use Related
Page 53: Drawings by Diogo Lucas @diogoclucas Twelve Patterns to Create€¦ · Machines can now manage their own internal models independently. Share Vocabularies, ... STATE WATCH. Use Related

Publish ProfilesWhat problem does this solve?

I need to know what we’re talking about.

Machines can now validate domain topics easily

Page 54: Drawings by Diogo Lucas @diogoclucas Twelve Patterns to Create€¦ · Machines can now manage their own internal models independently. Share Vocabularies, ... STATE WATCH. Use Related

Messages

Page 55: Drawings by Diogo Lucas @diogoclucas Twelve Patterns to Create€¦ · Machines can now manage their own internal models independently. Share Vocabularies, ... STATE WATCH. Use Related

Norman's Action Lifecycle

Donald Norman

Page 56: Drawings by Diogo Lucas @diogoclucas Twelve Patterns to Create€¦ · Machines can now manage their own internal models independently. Share Vocabularies, ... STATE WATCH. Use Related

Employing the RPW Loop

Page 57: Drawings by Diogo Lucas @diogoclucas Twelve Patterns to Create€¦ · Machines can now manage their own internal models independently. Share Vocabularies, ... STATE WATCH. Use Related

Design loosely-coupled interoperable services

Page 58: Drawings by Diogo Lucas @diogoclucas Twelve Patterns to Create€¦ · Machines can now manage their own internal models independently. Share Vocabularies, ... STATE WATCH. Use Related

Basic Principles

Page 59: Drawings by Diogo Lucas @diogoclucas Twelve Patterns to Create€¦ · Machines can now manage their own internal models independently. Share Vocabularies, ... STATE WATCH. Use Related

Basic Principles5. MUST IGNORE6. MUST FORWARD7. PROVIDE MRU8. USE IDEMPOTENCE

Page 60: Drawings by Diogo Lucas @diogoclucas Twelve Patterns to Create€¦ · Machines can now manage their own internal models independently. Share Vocabularies, ... STATE WATCH. Use Related
Page 61: Drawings by Diogo Lucas @diogoclucas Twelve Patterns to Create€¦ · Machines can now manage their own internal models independently. Share Vocabularies, ... STATE WATCH. Use Related

Must Ignore“The main goal of the MUST IGNORE pattern

of extensibility is to allow backwards- and forwards-compatible changes.”

- David Orchard

Page 62: Drawings by Diogo Lucas @diogoclucas Twelve Patterns to Create€¦ · Machines can now manage their own internal models independently. Share Vocabularies, ... STATE WATCH. Use Related
Page 63: Drawings by Diogo Lucas @diogoclucas Twelve Patterns to Create€¦ · Machines can now manage their own internal models independently. Share Vocabularies, ... STATE WATCH. Use Related

Must IgnoreClients MUST IGNORE any data/inputs that the client does not understand.

Page 64: Drawings by Diogo Lucas @diogoclucas Twelve Patterns to Create€¦ · Machines can now manage their own internal models independently. Share Vocabularies, ... STATE WATCH. Use Related
Page 65: Drawings by Diogo Lucas @diogoclucas Twelve Patterns to Create€¦ · Machines can now manage their own internal models independently. Share Vocabularies, ... STATE WATCH. Use Related

Must IgnoreWhat problem does this solve?

Ignoring what we don’t understand lets us “do our own thing” w/o knowing everyone’s job

Machines can now focus on their own job, not everyone’s job.

Page 66: Drawings by Diogo Lucas @diogoclucas Twelve Patterns to Create€¦ · Machines can now manage their own internal models independently. Share Vocabularies, ... STATE WATCH. Use Related
Page 67: Drawings by Diogo Lucas @diogoclucas Twelve Patterns to Create€¦ · Machines can now manage their own internal models independently. Share Vocabularies, ... STATE WATCH. Use Related

MUST FORWARD“A proxy MUST forward unrecognized header

fields…”-- RFC 7230

A proxy MUST forward an unknown header A proxy MUST forward unrecognized header fields

Page 68: Drawings by Diogo Lucas @diogoclucas Twelve Patterns to Create€¦ · Machines can now manage their own internal models independently. Share Vocabularies, ... STATE WATCH. Use Related
Page 69: Drawings by Diogo Lucas @diogoclucas Twelve Patterns to Create€¦ · Machines can now manage their own internal models independently. Share Vocabularies, ... STATE WATCH. Use Related

Must ForwardClients MUST FORWARD (unchanged) any input fields (URL or FORM) that the client does not recognize.

Page 70: Drawings by Diogo Lucas @diogoclucas Twelve Patterns to Create€¦ · Machines can now manage their own internal models independently. Share Vocabularies, ... STATE WATCH. Use Related
Page 71: Drawings by Diogo Lucas @diogoclucas Twelve Patterns to Create€¦ · Machines can now manage their own internal models independently. Share Vocabularies, ... STATE WATCH. Use Related

Must ForwardWhat problem does this solve?

We don’t edit for others around us.

Machines can now co-operate w/o full understanding of other’s work

Page 72: Drawings by Diogo Lucas @diogoclucas Twelve Patterns to Create€¦ · Machines can now manage their own internal models independently. Share Vocabularies, ... STATE WATCH. Use Related
Page 73: Drawings by Diogo Lucas @diogoclucas Twelve Patterns to Create€¦ · Machines can now manage their own internal models independently. Share Vocabularies, ... STATE WATCH. Use Related

Provide MRU (Most-Recently-Used)“A feature of convenience allowing users to

quickly see and access the last few used files and documents.”

-- Wikipedia

Page 74: Drawings by Diogo Lucas @diogoclucas Twelve Patterns to Create€¦ · Machines can now manage their own internal models independently. Share Vocabularies, ... STATE WATCH. Use Related
Page 75: Drawings by Diogo Lucas @diogoclucas Twelve Patterns to Create€¦ · Machines can now manage their own internal models independently. Share Vocabularies, ... STATE WATCH. Use Related
Page 76: Drawings by Diogo Lucas @diogoclucas Twelve Patterns to Create€¦ · Machines can now manage their own internal models independently. Share Vocabularies, ... STATE WATCH. Use Related

Provide MRUServices SHOULD return the most recently-used (MRU) LINKS and FORMS in all responses.

Page 77: Drawings by Diogo Lucas @diogoclucas Twelve Patterns to Create€¦ · Machines can now manage their own internal models independently. Share Vocabularies, ... STATE WATCH. Use Related
Page 78: Drawings by Diogo Lucas @diogoclucas Twelve Patterns to Create€¦ · Machines can now manage their own internal models independently. Share Vocabularies, ... STATE WATCH. Use Related
Page 79: Drawings by Diogo Lucas @diogoclucas Twelve Patterns to Create€¦ · Machines can now manage their own internal models independently. Share Vocabularies, ... STATE WATCH. Use Related

Provide MRUWhat problem does this solve?

We need most-used tools close at hand

Machines can now find most-used affordances easily

Page 80: Drawings by Diogo Lucas @diogoclucas Twelve Patterns to Create€¦ · Machines can now manage their own internal models independently. Share Vocabularies, ... STATE WATCH. Use Related
Page 81: Drawings by Diogo Lucas @diogoclucas Twelve Patterns to Create€¦ · Machines can now manage their own internal models independently. Share Vocabularies, ... STATE WATCH. Use Related

Use Idempotence“Can be applied multiple times without

changing the result beyond the initial application.”-- Wikpedia

Page 82: Drawings by Diogo Lucas @diogoclucas Twelve Patterns to Create€¦ · Machines can now manage their own internal models independently. Share Vocabularies, ... STATE WATCH. Use Related
Page 83: Drawings by Diogo Lucas @diogoclucas Twelve Patterns to Create€¦ · Machines can now manage their own internal models independently. Share Vocabularies, ... STATE WATCH. Use Related

Use IdempotenceAll network requests SHOULD be idempotent in order to allow clients to safely repeat them when response is unclear.

Page 84: Drawings by Diogo Lucas @diogoclucas Twelve Patterns to Create€¦ · Machines can now manage their own internal models independently. Share Vocabularies, ... STATE WATCH. Use Related
Page 85: Drawings by Diogo Lucas @diogoclucas Twelve Patterns to Create€¦ · Machines can now manage their own internal models independently. Share Vocabularies, ... STATE WATCH. Use Related

Use IdempotenceWhat problem does this solve?

If things didn’t work right the first time, we need to try again.

Machines can now safely “try again”

Page 86: Drawings by Diogo Lucas @diogoclucas Twelve Patterns to Create€¦ · Machines can now manage their own internal models independently. Share Vocabularies, ... STATE WATCH. Use Related

Networks

Page 87: Drawings by Diogo Lucas @diogoclucas Twelve Patterns to Create€¦ · Machines can now manage their own internal models independently. Share Vocabularies, ... STATE WATCH. Use Related

"Data on the Inside vs. Data on the Outside, Helland (2005) http://cidrdb.org/cidr2005/papers/P12.pdf

Programming the Network

Pat Helland

Page 88: Drawings by Diogo Lucas @diogoclucas Twelve Patterns to Create€¦ · Machines can now manage their own internal models independently. Share Vocabularies, ... STATE WATCH. Use Related

"Data on the Inside vs. Data on the Outside, Helland (2005) http://cidrdb.org/cidr2005/papers/P12.pdf

Programming the Network

Pat Helland

Page 89: Drawings by Diogo Lucas @diogoclucas Twelve Patterns to Create€¦ · Machines can now manage their own internal models independently. Share Vocabularies, ... STATE WATCH. Use Related

"Data on the Inside vs. Data on the Outside, Helland (2005) http://cidrdb.org/cidr2005/papers/P12.pdf

Programming the Network

Pat Helland

Page 90: Drawings by Diogo Lucas @diogoclucas Twelve Patterns to Create€¦ · Machines can now manage their own internal models independently. Share Vocabularies, ... STATE WATCH. Use Related

Build Network-Aware Implementations

Page 91: Drawings by Diogo Lucas @diogoclucas Twelve Patterns to Create€¦ · Machines can now manage their own internal models independently. Share Vocabularies, ... STATE WATCH. Use Related

Shared Agreements

Page 92: Drawings by Diogo Lucas @diogoclucas Twelve Patterns to Create€¦ · Machines can now manage their own internal models independently. Share Vocabularies, ... STATE WATCH. Use Related

Shared Agreements 9. USE RELATED10. USE NAVIGATION11. PARTIAL SUBMIT12. STATE WATCH

Page 93: Drawings by Diogo Lucas @diogoclucas Twelve Patterns to Create€¦ · Machines can now manage their own internal models independently. Share Vocabularies, ... STATE WATCH. Use Related
Page 94: Drawings by Diogo Lucas @diogoclucas Twelve Patterns to Create€¦ · Machines can now manage their own internal models independently. Share Vocabularies, ... STATE WATCH. Use Related

Use Related“By watching what you click on in search results, Google can learn that you favor particular sites.” – Danny Sullivan, 2009

Page 95: Drawings by Diogo Lucas @diogoclucas Twelve Patterns to Create€¦ · Machines can now manage their own internal models independently. Share Vocabularies, ... STATE WATCH. Use Related
Page 96: Drawings by Diogo Lucas @diogoclucas Twelve Patterns to Create€¦ · Machines can now manage their own internal models independently. Share Vocabularies, ... STATE WATCH. Use Related

Use RelatedServices SHOULD return a RELATED LINK that responds with ALL the possible actions for this context.

Page 97: Drawings by Diogo Lucas @diogoclucas Twelve Patterns to Create€¦ · Machines can now manage their own internal models independently. Share Vocabularies, ... STATE WATCH. Use Related
Page 98: Drawings by Diogo Lucas @diogoclucas Twelve Patterns to Create€¦ · Machines can now manage their own internal models independently. Share Vocabularies, ... STATE WATCH. Use Related
Page 99: Drawings by Diogo Lucas @diogoclucas Twelve Patterns to Create€¦ · Machines can now manage their own internal models independently. Share Vocabularies, ... STATE WATCH. Use Related

Use RelatedWhat problem does this solve?

I can’t remember everything, need an easy way to look up instructions.

Machines can now “look up” the available affordances.

Page 100: Drawings by Diogo Lucas @diogoclucas Twelve Patterns to Create€¦ · Machines can now manage their own internal models independently. Share Vocabularies, ... STATE WATCH. Use Related
Page 101: Drawings by Diogo Lucas @diogoclucas Twelve Patterns to Create€¦ · Machines can now manage their own internal models independently. Share Vocabularies, ... STATE WATCH. Use Related

Use Navigation“To achieve a single goal which can be broken

down into dependable sub-tasks.”-- Design Patterns (@uipatterns)

Page 102: Drawings by Diogo Lucas @diogoclucas Twelve Patterns to Create€¦ · Machines can now manage their own internal models independently. Share Vocabularies, ... STATE WATCH. Use Related
Page 103: Drawings by Diogo Lucas @diogoclucas Twelve Patterns to Create€¦ · Machines can now manage their own internal models independently. Share Vocabularies, ... STATE WATCH. Use Related

Use NavigationServices SHOULD provide "next/previous" LINK to handle multi-step workflow with "cancel", "restart", & "done."

Page 104: Drawings by Diogo Lucas @diogoclucas Twelve Patterns to Create€¦ · Machines can now manage their own internal models independently. Share Vocabularies, ... STATE WATCH. Use Related
Page 105: Drawings by Diogo Lucas @diogoclucas Twelve Patterns to Create€¦ · Machines can now manage their own internal models independently. Share Vocabularies, ... STATE WATCH. Use Related

Use NavigationWhat problem does this solve?

I can’t keep all the steps in my head

Machines can now navigate through a long series of steps safely.

Page 106: Drawings by Diogo Lucas @diogoclucas Twelve Patterns to Create€¦ · Machines can now manage their own internal models independently. Share Vocabularies, ... STATE WATCH. Use Related
Page 107: Drawings by Diogo Lucas @diogoclucas Twelve Patterns to Create€¦ · Machines can now manage their own internal models independently. Share Vocabularies, ... STATE WATCH. Use Related

Partial Submit“Think of the actions as approximations of what

is desired.”-- Donald Norman

Page 108: Drawings by Diogo Lucas @diogoclucas Twelve Patterns to Create€¦ · Machines can now manage their own internal models independently. Share Vocabularies, ... STATE WATCH. Use Related
Page 109: Drawings by Diogo Lucas @diogoclucas Twelve Patterns to Create€¦ · Machines can now manage their own internal models independently. Share Vocabularies, ... STATE WATCH. Use Related

Partial SubmitServices SHOULD accept partially filled-in FORM and return a new FORM with the remaining fields.

Page 110: Drawings by Diogo Lucas @diogoclucas Twelve Patterns to Create€¦ · Machines can now manage their own internal models independently. Share Vocabularies, ... STATE WATCH. Use Related
Page 111: Drawings by Diogo Lucas @diogoclucas Twelve Patterns to Create€¦ · Machines can now manage their own internal models independently. Share Vocabularies, ... STATE WATCH. Use Related

Partial SubmitWhat problem does this solve?

I sometimes only know part of the story.

Machines can now interact in small parts and not always be perfect.

Page 112: Drawings by Diogo Lucas @diogoclucas Twelve Patterns to Create€¦ · Machines can now manage their own internal models independently. Share Vocabularies, ... STATE WATCH. Use Related
Page 113: Drawings by Diogo Lucas @diogoclucas Twelve Patterns to Create€¦ · Machines can now manage their own internal models independently. Share Vocabularies, ... STATE WATCH. Use Related

State Watch“Data representing variables in a dynamical

system…”-- Jens Rassmussen

Page 114: Drawings by Diogo Lucas @diogoclucas Twelve Patterns to Create€¦ · Machines can now manage their own internal models independently. Share Vocabularies, ... STATE WATCH. Use Related

State Watch“Data representing variables in a dynamical

system…”-- Jens Rassmussen

Page 115: Drawings by Diogo Lucas @diogoclucas Twelve Patterns to Create€¦ · Machines can now manage their own internal models independently. Share Vocabularies, ... STATE WATCH. Use Related
Page 116: Drawings by Diogo Lucas @diogoclucas Twelve Patterns to Create€¦ · Machines can now manage their own internal models independently. Share Vocabularies, ... STATE WATCH. Use Related

State WatchServices SHOULD allow clients to subscribe to WATCH VALUES so that clients can determine "done."

Page 117: Drawings by Diogo Lucas @diogoclucas Twelve Patterns to Create€¦ · Machines can now manage their own internal models independently. Share Vocabularies, ... STATE WATCH. Use Related
Page 118: Drawings by Diogo Lucas @diogoclucas Twelve Patterns to Create€¦ · Machines can now manage their own internal models independently. Share Vocabularies, ... STATE WATCH. Use Related

Use State WatchWhat problem does this solve?

My boss doesn’t always set my goals.

Machines can now set their own goals and act accordingly.

Page 119: Drawings by Diogo Lucas @diogoclucas Twelve Patterns to Create€¦ · Machines can now manage their own internal models independently. Share Vocabularies, ... STATE WATCH. Use Related

Hypermedia Affordance

Page 120: Drawings by Diogo Lucas @diogoclucas Twelve Patterns to Create€¦ · Machines can now manage their own internal models independently. Share Vocabularies, ... STATE WATCH. Use Related

By Dgies - Own work, CC BY-SA 3.0, https://commons.wikimedia.org/w/index.php?curid=13691666

The words hypertext, hyperlink, and hypermedia were coined by Ted Nelson around 1965.

Ted Nelson's hyperlinks (1965)

Ted Nelson

Page 121: Drawings by Diogo Lucas @diogoclucas Twelve Patterns to Create€¦ · Machines can now manage their own internal models independently. Share Vocabularies, ... STATE WATCH. Use Related

What is Hypermedia?[Hypermedia] is not constrained to be linear. Hypertext is text which contains links to other texts.

https://www.w3.org/WhatIs.html

Page 122: Drawings by Diogo Lucas @diogoclucas Twelve Patterns to Create€¦ · Machines can now manage their own internal models independently. Share Vocabularies, ... STATE WATCH. Use Related

Affordances"The affordances of the environment are what

it offers ... what it provides or furnishes, either for good or ill.

James Gibson, 1977

James Gibson Ecological Approach to Visual Perception, Gibson, 1979

Page 123: Drawings by Diogo Lucas @diogoclucas Twelve Patterns to Create€¦ · Machines can now manage their own internal models independently. Share Vocabularies, ... STATE WATCH. Use Related

Affordances“When I say Hypertext, I mean the simultaneous

presentation of information and controls such that the information becomes the affordance

through which the user obtains choices and selects actions.”

Roy Fielding, 2008

Roy Fielding Architectural Styles and the Design of Network-based Software Architectures, Fielding, 2001

Page 124: Drawings by Diogo Lucas @diogoclucas Twelve Patterns to Create€¦ · Machines can now manage their own internal models independently. Share Vocabularies, ... STATE WATCH. Use Related

Affordances are the reason for hypermedia

Page 125: Drawings by Diogo Lucas @diogoclucas Twelve Patterns to Create€¦ · Machines can now manage their own internal models independently. Share Vocabularies, ... STATE WATCH. Use Related

Enable Connected Services

Page 126: Drawings by Diogo Lucas @diogoclucas Twelve Patterns to Create€¦ · Machines can now manage their own internal models independently. Share Vocabularies, ... STATE WATCH. Use Related

Summary

Page 127: Drawings by Diogo Lucas @diogoclucas Twelve Patterns to Create€¦ · Machines can now manage their own internal models independently. Share Vocabularies, ... STATE WATCH. Use Related

Programming the Network brings new challenges

Page 128: Drawings by Diogo Lucas @diogoclucas Twelve Patterns to Create€¦ · Machines can now manage their own internal models independently. Share Vocabularies, ... STATE WATCH. Use Related

Twelve Patterns for Evolvable APIsFour Design PatternsFour Basic PrinciplesFour Shared Agreements

Page 129: Drawings by Diogo Lucas @diogoclucas Twelve Patterns to Create€¦ · Machines can now manage their own internal models independently. Share Vocabularies, ... STATE WATCH. Use Related

Design Patterns (for interop)1.PASS MESSAGES, NOT OBJECTS2.SHARE VOCABULARIES, NOT MODELS3.THE REPRESENTOR PATTERN4.PUBLISH PROFILES

Page 130: Drawings by Diogo Lucas @diogoclucas Twelve Patterns to Create€¦ · Machines can now manage their own internal models independently. Share Vocabularies, ... STATE WATCH. Use Related

Basic Principles (for networks)5. MUST IGNORE6. MUST FORWARD7. PROVIDE MRU8. USE IDEMPOTENCE

Page 131: Drawings by Diogo Lucas @diogoclucas Twelve Patterns to Create€¦ · Machines can now manage their own internal models independently. Share Vocabularies, ... STATE WATCH. Use Related

Shared Agreements (for services) 9. USE RELATED10. USE NAVIGATION11. PARTIAL SUBMIT12. STATE WATCH

Page 132: Drawings by Diogo Lucas @diogoclucas Twelve Patterns to Create€¦ · Machines can now manage their own internal models independently. Share Vocabularies, ... STATE WATCH. Use Related

http://g.mamund.com/12-patterns

Page 133: Drawings by Diogo Lucas @diogoclucas Twelve Patterns to Create€¦ · Machines can now manage their own internal models independently. Share Vocabularies, ... STATE WATCH. Use Related
Page 134: Drawings by Diogo Lucas @diogoclucas Twelve Patterns to Create€¦ · Machines can now manage their own internal models independently. Share Vocabularies, ... STATE WATCH. Use Related
Page 135: Drawings by Diogo Lucas @diogoclucas Twelve Patterns to Create€¦ · Machines can now manage their own internal models independently. Share Vocabularies, ... STATE WATCH. Use Related
Page 136: Drawings by Diogo Lucas @diogoclucas Twelve Patterns to Create€¦ · Machines can now manage their own internal models independently. Share Vocabularies, ... STATE WATCH. Use Related

Twelve Patterns to Create Evolvable APIs

Mike AmundsenAPI Academy / CA

@mamund

Drawings by Diogo Lucas@diogoclucas