Faster API development with mock services

Video Description

Speaker: agentrickard

When developing a site, we often need to integrate with external services. Developing against the APIs that power those services can be a challenge, causing project delays and cost overruns.

Fortunately, we have many methods to make API integrations easier to write, test, and maintain.

In this session we'll dive into some options for kickstarting your development by:

* Adopting common JavaScript testing techniques
* Using Mock testing data
* Overriding Drupal services
* Intercepting HTTP requests

We'll look at some practical examples, pros and cons, and try to give your project teams some ideas they can implement immediately.