← Graph

Stub third-party APIs to unblock development

takeaway 2 connections

WebMock lets teams start building against a third-party API before they have access to it. Read the documentation/spec, declare stubs for the expected requests and responses, and develop (or demo features) against those stubs until real access is granted. Blimke used this pattern on a project where access to a critical third-party API arrived a month and a half after work began.

type
recommendation
takeaway Stub third-party APIs to unblock development
about
WebMock tool
Takeaway is about using WebMock stubs as a stand-in for unreleased or unavailable third-party APIs.
takeaway Stub third-party APIs to unblock development
from_talk
Pattern Blimke described for building and demoing features before third-party API access is granted.

Provenance

Read by
2 extractions