/
REST Integration Best Practices

REST Integration Best Practices

Best Practices

How do Deal With Fluctuating API Changes?

ServicePower strongly recommends that clients follow the Tolerant Reader design pattern when integrating with ServicePower REST APIs. By following the tolerant reader pattern your client integration will not break when a new field is added to a REST API. To summarize, the tolerant reader pattern is about only consuming (parsing) the data elements you require and ignoring everything else. By ignoring unused fields this has the advantage of also ignoring new fields that may be added in the future.

On this page:

Related content

Best Practices
Best Practices
More like this
REST API Evolution
REST API Evolution
More like this
REST Integration API Evolution
REST Integration API Evolution
More like this