get( 'v1/core/changelogs', [ 'query' => $request->getQueryParams() ] ); return \Depicter::json( JSON::decode( $response->getBody(), true ) )->withStatus( 200 ); } catch( \Exception $exception ) { return \Depicter::json([ 'errors' => [ $exception->getMessage() ] ])->withStatus( 503 ); } } }