X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Controller-DBIC-API.git;a=blobdiff_plain;f=lib%2FCatalyst%2FController%2FDBIC%2FAPI%2FRPC.pm;h=b3b17c3e5b4f101aac690d56c2a52f6ae31b7ec7;hp=e9ff28690b0b5d83b830dc0402e445a135eea31b;hb=406086f3da2f020cf98b01d994ffe2d1b8a478c4;hpb=3d85db11441182964cf35818ed25265eec1b74e2 diff --git a/lib/Catalyst/Controller/DBIC/API/RPC.pm b/lib/Catalyst/Controller/DBIC/API/RPC.pm index e9ff286..b3b17c3 100644 --- a/lib/Catalyst/Controller/DBIC/API/RPC.pm +++ b/lib/Catalyst/Controller/DBIC/API/RPC.pm @@ -5,7 +5,7 @@ use Moose; BEGIN { extends 'Catalyst::Controller::DBIC::API'; } __PACKAGE__->config( - 'action' => { object_with_id => { PathPart => 'id' } }, + 'action' => { object_with_id => { PathPart => 'id' } }, 'default' => 'application/json', 'stash_key' => 'response', 'map' => { @@ -16,7 +16,7 @@ __PACKAGE__->config( =head1 DESCRIPTION -Provides an RPC API interface to the functionality described in L. +Provides an RPC API interface to the functionality described in L. By default provides the following endpoints: @@ -37,7 +37,7 @@ CaptureArgs: 0 As described in L, this action is the chain root of the controller but has no pathpart or chain parent defined by default, so these must be defined in order for the controller to function. The neatest way is normally to define these using the controller's config. __PACKAGE__->config - ( action => { setup => { PathPart => 'track', Chained => '/api/rpc/rpc_base' } }, + ( action => { setup => { PathPart => 'track', Chained => '/api/rpc/rpc_base' } }, ... ); @@ -60,7 +60,7 @@ Provides an endpoint to the functionality described in Lupdate_or_create($c); @@ -76,7 +76,7 @@ Provides an endpoint to the functionality described in Lnext::method($c); @@ -92,7 +92,7 @@ Provides an endpoint to the functionality described in Lnext::method($c); @@ -108,7 +108,7 @@ Provides an endpoint to the functionality described in Lupdate_or_create($c); @@ -124,7 +124,7 @@ Provides an endpoint to the functionality described in Lnext::method($c); @@ -140,7 +140,7 @@ Provides an endpoint to the functionality described in Lupdate_or_create($c); @@ -156,7 +156,7 @@ Provides an endpoint to the functionality described in Lnext::method($c);