Yii2 REST客戶端
Yii2 REST客戶端
Installation
The preferred way to install this extension is through composer.
Add
"zhuravljov/yii2-rest": "*", "yiisoft/yii2-httpclient": "@dev"
to the require section of yourcomposer.jsonfile.
Usage
Once the extension is installed, simply modify your application configuration as follows:
return [ 'bootstrap' => ['rest-client'], 'modules' => [ 'rest-client' => [ 'class' => 'zhuravljov\yii\rest\Module', 'baseUrl => 'http://localhost/api/v1', ], ], ];
You can then access Rest Client through the following URL:
http://localhost/path/to/index.php?r=rest-client
or if you have enabled pretty URLs, you may use the following URL:
http://localhost/path/to/index.php/rest-client
本文由用戶 jopen 自行上傳分享,僅供網友學習交流。所有權歸原作者,若您的權利被侵害,請聯系管理員。
轉載本站原創文章,請注明出處,并保留原始鏈接、圖片水印。
本站是一個以用戶分享為主的開源技術平臺,歡迎各類分享!