1. 首页
  2. 考试认证
  3. 其它
  4. interactive service description从Guzzle服务描述生成文档

interactive service description从Guzzle服务描述生成文档

上传者: 2024-12-21 03:10:38上传 ZIP文件 819.73KB 热度 4次

安装运行composer.phar install,添加vhost指向公共目录,运行./bin/console generate:html /path/to/service.json public,添加配置:

// config/config.php

return array(

'roles' => array(

'role' => array(

'base_url' => 'http://api.example.com',

'consumer_key' => 'consumer_key',

'consumer_secret' => 'consumer_secret',

'token' => 'token',

'token_secret'

)

)

);

下载地址
用户评论