My favorites
▼
|
Sign in
withgod
withgod's public codes
Project Home
Downloads
Wiki
Source
Checkout
Browse
Changes
Source path:
svn
/
trunk
/
twitter
/
api.xml.patch
r36
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
*** api.xml.org 2010-04-07 21:58:18.000000000 +0900
--- api.xml 2010-04-07 21:59:05.000000000 +0900
***************
*** 128,133 ****
--- 128,139 ----
<param name="user_id" type="id_or_screenname" required="false"/>
<param name="screen_name" type="id_or_screenname" required="false"/>
</endpoint>
+ <endpoint name="search" method="GET" auth_required="true" min_args="1">
+ <formats>xml,json</formats>
+ <param name="q" type="string" required="true"/>
+ <param name="per_page" type="integer" max_length="20" required="false"/>
+ <param name="page" type="integer" required="false"/>
+ </endpoint>
</category>
<!-- Direct message methods -->
Show details
Hide details
Change log
r35
by nocontents on Apr 22, 2010
Diff
from hg
Go to:
...nk/twitter/110-users-search.phpt
...vices_Twitter.php.20100407.patch
/trunk/twitter/api.xml.patch
Older revisions
All revisions of this file
File info
Size: 755 bytes, 17 lines
View raw file
Powered by
Google Project Hosting