Advertisement
Guest User

Untitled

a guest
Jul 31st, 2017
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.51 KB | None | 0 0
  1. --- C:/Projects/vanilla/mephisto/app/apis/meta_weblog_api.rb Thu Nov 23 08:57:06 2006
  2. C:/Projects/blog.transphorm.com/app/apis/meta_weblog_api.rb Sat Dec 16 17:04:13 2006
  3. @@ -3,7 3,7 @@
  4.  
  5. api_method :getCategories,
  6. :expects => [ {:blogid => :string}, {:username => :string}, {:password => :string} ],
  7. - :returns => [[:string]]
  8. :returns => [[MetaWeblogStructs::Category]]
  9.  
  10. api_method :getPost,
  11. :expects => [ {:postid => :string}, {:username => :string}, {:password => :string} ],
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement