for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
use Automattic\Jetpack\Connection\Client;
class Jetpack_Client {
static function remote_request( $args, $body = null ) {
return Client::remote_request( $args, $body );
}