diff --git a/src/Api/Methods/Manifest.php b/src/Api/Methods/Manifest.php new file mode 100644 index 0000000..d926100 --- /dev/null +++ b/src/Api/Methods/Manifest.php @@ -0,0 +1,29 @@ +executed) + throw new NotSentException('Please send request first'); + + if(!$this->isSuccess()) + throw new NotSuccessException('Request did not return success result'); + + return $this->result()->result; + } +}