Help/test/en

跳转到: 导航, 搜索

目录

help/test

Test interface, for basic accessible smoke test.

URL

http://api.t.sina.com.cn/help/test.(json%7Cxml)

Supported Formats

XML/JSON

HTTP Request Method

GET

Requires Authentication

false
See the Authorization Mechanism Statement for authorization details

Requests Count Limitation

false
See the Interface Access Rights Statement for the Request Count Limitaiton details.

Request Parameters

  Requires Type and Range Description
source true string AppKey for the application to identify it. ( This parameter is not needed when using OAuth)

Notes

None

Example Request

XML
curl -u "username:password" "http://api.t.sina.com.cn/help/test.xml?source=appkey"
JSON
curl -u "username:password" "http://api.t.sina.com.cn/help/test.json?source=appkey"

Response

XML Example

<ok>true</ok>

JSON Example

{"ok":"true"}

Others

None

文档更新时间: 2011-01-26