Mocking HTTP requests with Nock

This is a ‘how to’ article on using Nock to mock HTTP requests during tests. When dealing with code that depends on external services maintaining test coverage and writing reliable tests can be challenging…. Source: https://codeburst.io/testing-mocking-http-requests-with-nock-480e3f164851

A Look at the WordPress HTTP API

When it comes to making remote requests within the context of web sites, web applications, and even WordPress-based projects, the model that we follow is…… Source: https://code.tutsplus.com/series/a-look-at-the-wordpress-http-api–wp-33794