Add project.query to Conduit
Summary: Add a conduit method to query project information. Test Plan: Ran method from API test console. Reviewers: bill, btrahan, jungejason Reviewed By: btrahan CC: aran Maniphest Tasks: T681 Differential Revision: https://secure.phabricator.com/D1444
This commit is contained in:
@@ -141,6 +141,8 @@ phutil_register_library_map(array(
|
||||
'ConduitAPI_phriction_edit_Method' => 'applications/conduit/method/phriction/edit',
|
||||
'ConduitAPI_phriction_history_Method' => 'applications/conduit/method/phriction/history',
|
||||
'ConduitAPI_phriction_info_Method' => 'applications/conduit/method/phriction/info',
|
||||
'ConduitAPI_project_Method' => 'applications/conduit/method/project/base',
|
||||
'ConduitAPI_project_query_Method' => 'applications/conduit/method/project/query',
|
||||
'ConduitAPI_slowvote_info_Method' => 'applications/conduit/method/slowvote/info',
|
||||
'ConduitAPI_user_Method' => 'applications/conduit/method/user/base',
|
||||
'ConduitAPI_user_find_Method' => 'applications/conduit/method/user/find',
|
||||
@@ -903,6 +905,8 @@ phutil_register_library_map(array(
|
||||
'ConduitAPI_phriction_edit_Method' => 'ConduitAPI_phriction_Method',
|
||||
'ConduitAPI_phriction_history_Method' => 'ConduitAPI_phriction_Method',
|
||||
'ConduitAPI_phriction_info_Method' => 'ConduitAPI_phriction_Method',
|
||||
'ConduitAPI_project_Method' => 'ConduitAPIMethod',
|
||||
'ConduitAPI_project_query_Method' => 'ConduitAPI_project_Method',
|
||||
'ConduitAPI_slowvote_info_Method' => 'ConduitAPIMethod',
|
||||
'ConduitAPI_user_Method' => 'ConduitAPIMethod',
|
||||
'ConduitAPI_user_find_Method' => 'ConduitAPI_user_Method',
|
||||
|
||||
Reference in New Issue
Block a user