コード例 #1
0
 public function persist()
 {
     if (!is_string($this->getEndpoint())) {
         throw new \RuntimeException('An endpoint must be set');
     }
     return $this->client->post($this->apiMode->getApiBaseUrl() . $this->getEndpoint());
 }
コード例 #2
0
ファイル: FeedlyModel.php プロジェクト: kbariotis/feedly-api
 public function getApiBaseUrl()
 {
     return $this->apiMode->getApiBaseUrl();
 }