Guest User

Untitled

a guest
Feb 28th, 2018
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. @@ -3,7 +3,7 @@
  2.  
  3. api_method :getCategories,
  4. :expects => [ {:blogid => :string}, {:username => :string}, {:password => :string} ],
  5. - :returns => [[:string]]
  6. + :returns => [[MetaWeblogStructs::Category]]
  7.  
  8. api_method :getPost,
  9. :expects => [ {:postid => :string}, {:username => :string}, {:password => :string} ],
Add Comment
Please, Sign In to add comment