User/:list id/subscribers/:id

跳转到: 导航, 搜索
(Json)
(:user/:list_id/subscribers/:id)
 
第2行: 第2行:
 
判断用户是否订阅特定list
 
判断用户是否订阅特定list
 
   
 
   
===URL===
+
==URL==
 
http://api.t.sina.com.cn/:user/:list_id/subscribers/:id.format
 
http://api.t.sina.com.cn/:user/:list_id/subscribers/:id.format
 
   
 
   
===格式===
+
==格式==
 
xml, json
 
xml, json
 
   
 
   
===HTTP请求方式===
+
==HTTP请求方式==
 
GET
 
GET
 
   
 
   
===是否需要登录===
+
==是否需要登录==
 
true
 
true
 
   
 
   
===请求数限制===
+
==请求数限制==
 
true
 
true
 
   
 
   
===请求参数===
+
==请求参数==
 
暂无
 
暂无
  
===使用示例===
+
==使用示例==
 
====XML====
 
====XML====
 
curl -u uid:password http://api.t.sina.com.cn/testuser/testlist/subscribers/1796414563.xml?source=appkey
 
curl -u uid:password http://api.t.sina.com.cn/testuser/testlist/subscribers/1796414563.xml?source=appkey
第27行: 第27行:
 
curl -u uid:password http://api.t.sina.com.cn/testuser/testlist/subscribers/1796414563.json?source=appkey
 
curl -u uid:password http://api.t.sina.com.cn/testuser/testlist/subscribers/1796414563.json?source=appkey
  
===返回结果===
+
==返回结果==
 
====XML====
 
====XML====
 
<pre>
 
<pre>

2010年12月24日 (五) 17:37的最后版本

目录

:user/:list_id/subscribers/:id

判断用户是否订阅特定list

URL

http://api.t.sina.com.cn/:user/:list_id/subscribers/:id.format

格式

xml, json

HTTP请求方式

GET

是否需要登录

true

请求数限制

true

请求参数

暂无

使用示例

XML

curl -u uid:password http://api.t.sina.com.cn/testuser/testlist/subscribers/1796414563.xml?source=appkey

Json

curl -u uid:password http://api.t.sina.com.cn/testuser/testlist/subscribers/1796414563.json?source=appkey

返回结果

XML

<?xml version="1.0" encoding="UTF-8"?>
<lists>false</lists>

Json

{
    "lists": false
}
文档更新时间: 2010-12-24