cyril-bochet/immodvisor-api-client

Immodvisor API 客户端。

1.1 2023-11-30 09:38 UTC

This package is auto-updated.

Last update: 2024-09-30 01:49:12 UTC


README

此Composer包允许您获取所有Immodvisor客户端反馈。

安装

composer require cyril-bochet/immodvisor-api-client

用法

use ImmodvisorApiClient\Immodvisor\Immodvisor;


$clientFeedback = new Immodvisor();

$last_review =  $clientFeedback->lastReviews('API-Key','SALTIN','SALTOUT','COMPANY ID or null to get all company branches feedback','number of feedback');

$header =  $clientFeedback->headerReviews('API-Key','SALTIN','SALTOUT','COMPANY ID');