-
Notifications
You must be signed in to change notification settings - Fork 2
Home
easyrequest edited this page Feb 13, 2014
·
31 revisions
Welcome to the easyrequest-docs wiki!
http://api.easyrequest.io/engine/create/:name
- POST
- appkey
- 类型: string
- 必选: true
- 描述: 注册时发送到邮箱的身份标识
- name
- 类型: string
- 必选: true
- 描述: 引擎名称,可由字母和数字组成. e.g: myengine1
- type
- 类型: string
- 必选: true
- 可选值: bool 或者 pref
- 描述: 引擎类型,bool类型为布尔值引擎,User不需要为Item打分;pref类型为分值型引擎,User需要对Item打分.
- Json
{"result": "ok"}
http://api.easyrequest.io/engine/create/myengine1?appkey=yourappkey&type=pref