Make WordPress Core

Opened 15 years ago

Closed 14 years ago

#18432 closed task (blessed) (fixed)

Retrieve a post via XML-RPC

Reported by: nprasath002 Owned by: westi
Priority: normal Milestone: 3.4
Component: XML-RPC Version:
Severity: normal Keywords: has-patch
Cc: Focuses:

Description


Attachments (3)

wp.getPost.patch (7.4 KB ) - added by nprasath002 15 years ago.
wp.getPost.2.patch (7.3 KB ) - added by maxcutler 15 years ago.
wp.getPost.3.patch (6.6 KB ) - added by maxcutler 15 years ago.

Download all attachments as: .zip

Change History (9)

#1 @maxcutler
15 years ago

  • Cc max@… added

Updated patch to be aligned with patch improvements on wp.getPosts (#18433), including use of shared 'prepare_post' function. See discussion on that ticket for more details.

#2 @maxcutler
15 years ago

Updated patch to be aligned with changes in patch 6 on #18433.

#3 @westi
15 years ago

  • Milestone Awaiting Review3.4
  • Owner set to westi
  • Status newreviewing
  • Type feature requesttask (blessed)

Marking this as a Blessed Task for 3.4 - This is part of the first iteration of XML-RPC new features we will be working on.

#4 @westi
15 years ago

In [19848]:

XMLRPC: Introduce new create,read,update and delete XMLRPC apis for Posts, Pages and all Custom Post Types.
Introduces: wp.newPost, wp.editPost, wp.deletePost, wp.getPost, and wp.getPosts
See #18429, #18430, #18431, #18432, and #18433 props maxcutler and markoheijnen.

#5 @koke
15 years ago

  • Cc jbernal@… added

#6 @maxcutler
14 years ago

  • Resolutionfixed
  • Status reviewingclosed

New bugs or enhancements on new tickets.

Note: See TracTickets for help on using tickets.