The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Changes on 2019-10-15 for repository at:
  Fetch URL: git@github.com:abeltje/Dancer-Plugin-RPC-RESTISH.git
  Push  URL: git@github.com:abeltje/Dancer-Plugin-RPC-RESTISH.git

Enjoy!

0.99_03 2019-10-15T22:19:30+02:00 (81797a6 => Abe Timmerman)
 - (Abe Timmerman, 2 seconds ago) Autocommit for distribution
   Dancer::Plugin::RPC::RESTISH 0.99_03 (same)

0.99_02 2019-06-27T07:22:05+02:00 (20433a4 => Abe Timmerman)
 - (Abe Timmerman, 4 months ago) Autocommit for distribution
   Dancer::Plugin::RPC::RESTISH 0.99_02 (same)

 - (Abe Timmerman, 42 minutes ago) Use the new ErrorResponse from
   Dancer::Plugin::RPC
 -     Now that we can link HTTP-response-status to RPC-error_code,
   register
 -     the rpc-error-code with HTTP-response map with the ErrorResponse
   object.
 -     No longer the need to set the HTTP-response from within the
   software.
 -     Also fix some regexen, to allow for dispatch-paths with a
   path-parameter
 -     as their first element (after the path)

0.99_01 2019-05-14T15:10:24+02:00 (f5d21c7 => Abe Timmerman)
 - (Abe Timmerman, 5 months ago) Autocommit for distribution
   Dancer::Plugin::RPC::RESTISH 0.99_01 (test)

 - (Abe Timmerman, 4 months ago) Basic support for CORS
 -     By specifying 'cors_allow_origin' as an argument in the
   configuration of
 -     the 'restish' keyword, we try to handle preflight-requests an add
   CORS
 -     headers for (regular) requests that send the 'Origin' header.

0.00_00 2019-05-14T14:57:36+02:00 (9d6d295 => Abe Timmerman)
 - (Abe Timmerman, 5 months ago) Initial commit for
   Dancer::Plugin::RPC::RESTISH
 -     A new plugin for the Dancer::Plugin::RPC framework that enables one
   to
 -     also expose an existing API as a REST interface.