Sha256: 9d39961520a6dd1d29ebefa8bc4203140e8f90e2b85c16de67374c8f1b599b86

Contents?: true

Size: 446 Bytes

Versions: 94

Compression:

Stored size: 446 Bytes

Contents

#
# example controller implementing both blogger and metaWeblog APIs
# in a way that should be compatible with clients supporting both/either.
#
# test by pointing your client at http://URL/xmlrpc/api
# 

require 'meta_weblog_service'
require 'blogger_service'

class XmlrpcController < ApplicationController
  web_service_dispatching_mode :layered

  web_service :metaWeblog, MetaWeblogService.new
  web_service :blogger, BloggerService.new
end

Version data entries

94 entries across 94 versions & 28 rubygems

Version Path
GavinJoyce-actionwebservice-2.2.3 examples/metaWeblog/controllers/xmlrpc_controller.rb
datanoise-actionwebservice-2.1.0 examples/metaWeblog/controllers/xmlrpc_controller.rb
datanoise-actionwebservice-2.1.1 examples/metaWeblog/controllers/xmlrpc_controller.rb
datanoise-actionwebservice-2.2.2 examples/metaWeblog/controllers/xmlrpc_controller.rb
datanoise-actionwebservice-2.3.2 examples/metaWeblog/controllers/xmlrpc_controller.rb
davidsmalley-actionwebservice-2.3.1 examples/metaWeblog/controllers/xmlrpc_controller.rb
davidsmalley-actionwebservice-2.3 examples/metaWeblog/controllers/xmlrpc_controller.rb
dougbarth-actionwebservice-2.1.1 examples/metaWeblog/controllers/xmlrpc_controller.rb
dougbarth-actionwebservice-2.3.3 examples/metaWeblog/controllers/xmlrpc_controller.rb
dougbarth-actionwebservice-2.3.4 examples/metaWeblog/controllers/xmlrpc_controller.rb
feldpost-actionwebservice-2.3.3 examples/metaWeblog/controllers/xmlrpc_controller.rb
mozy-actionwebservice-2.3.2 examples/metaWeblog/controllers/xmlrpc_controller.rb
nmeans-actionwebservice-2.1.1 examples/metaWeblog/controllers/xmlrpc_controller.rb
panztel-actionwebservice-2.3.4 examples/metaWeblog/controllers/xmlrpc_controller.rb
pelle-actionwebservice-2.3.3 examples/metaWeblog/controllers/xmlrpc_controller.rb
rickenharp-actionwebservice-2.3.4 examples/metaWeblog/controllers/xmlrpc_controller.rb
tonycoco-actionwebservice-2.3.3 examples/metaWeblog/controllers/xmlrpc_controller.rb
tonycoco-actionwebservice-2.3.4 examples/metaWeblog/controllers/xmlrpc_controller.rb
keshav-actionwebservice-1.0.0 examples/metaWeblog/controllers/xmlrpc_controller.rb
datanoise-actionwebservice-2.3.5 examples/metaWeblog/controllers/xmlrpc_controller.rb