DEV Community

Software Engineering Daily

Creating Mock APIs with Tom Akehurst

API mocking is a technique used to simulate the behavior of an API without actually connecting to the real API. It is useful for various reasons, including testing, isolation, development, and cost reduction. By using API mocking, developers can test their code without relying on the availability of the real API, isolate the code being tested from the behavior of the API, work on their code even when the API is not yet available, and reduce the number of requests they make to the real API, thus saving money.
WireMock is a flexible tool for building mock APIs and can operate as either a standalone server or as a managed service through WireMock Cloud.

Tom Akehurst is the CTO & Co-founder at WireMock and he joins us today.

Show Host: Sean Falconer

Full disclosure: Wiremock is a sponsor of Software Engineering Daily.

Sponsorship inquiries: sponsor@softwareengineeringdaily.com

 

The post Creating Mock APIs with Tom Akehurst appeared first on Software Engineering Daily.

Episode source