Make WordPress Core

Opened 13 years ago

Closed 12 years ago

#18432 closed task (blessed) (fixed)

Retrieve a post via XML-RPC

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

Description


Attachments (3)

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

Download all attachments as: .zip

Change History (9)

#1 @maxcutler
12 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
12 years ago

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

#3 @westi
12 years ago

  • Milestone changed from Awaiting Review to 3.4
  • Owner set to westi
  • Status changed from new to reviewing
  • Type changed from feature request to task (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
12 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
12 years ago

  • Cc jbernal@… added

#6 @maxcutler
12 years ago

  • Resolution set to fixed
  • Status changed from reviewing to closed

New bugs or enhancements on new tickets.

Note: See TracTickets for help on using tickets.