Search results for "module:REST::Application"

REST::Application - A framework for building RESTful web-applications. River stage zero No dependents

This module acts as a base class for applications which implement a RESTful interface. When an HTTP request is received some dispatching logic in REST::Application is invoked, calling different handlers based on what the kind of HTTP request it was (...

MOCONNOR/REST-Application-0.992 - 09 Aug 2007 21:18:54 UTC

REST::Application::Routes - An implementation of Ruby on Rails type routes. River stage zero No dependents

Ruby on Rails has this concept of routes. Routes are URI path info templates which are tied to specific code (i.e. Controllers and Actions in Rails). That is routes consist of key value pairs, called the route map, where the key is the path info temp...

MOCONNOR/REST-Application-0.992 - 09 Aug 2007 21:18:54 UTC

CGI::Application::Plugin::REST - Helps implement RESTful architecture in CGI applications River stage zero No dependents

REST stands for REpresentational State Transfer. It is an architecture for web applications that tries to leverage the existing infrastructure of the World Wide Web such as URIs, MIME media types, and HTTP instead of building up protocols and functio...

JALDHAR/CGI-Application-Plugin-REST-0.3 - 06 Mar 2015 22:55:37 UTC

Solstice::Controller::Application::REST - The Application controller for the REST 'cgi'. River stage zero No dependents

This process all requests to Solstice REST web services....

MCRAWFOR/Solstice-1440 - 07 Nov 2007 20:57:59 UTC

REST::Cot - REST easier, lay on a cot River stage zero No dependents

JMMILLS/REST-Cot-0.006 - 10 Jun 2016 16:58:38 UTC

JIRA::REST - Thin wrapper around Jira's REST API River stage one • 5 direct dependents • 5 total dependents

Jira <http://www.atlassian.com/software/jira/> is a proprietary bug tracking system from Atlassian. This module implements a very thin wrapper around Jira's REST APIs: * Jira Core REST API <https://docs.atlassian.com/software/jira/docs/api/REST/lates...

GNUSTAVO/JIRA-REST-0.023 - 10 Apr 2022 23:55:27 UTC

REST::Utils - Utility functions for REST applications River stage one • 3 direct dependents • 3 total dependents

This module contains some functions that are useful for implementing REST applications....

JALDHAR/REST-Utils-0.6 - 26 Apr 2012 00:21:18 UTC

Stash::REST - Add Requests into stash. Then, Extends with Class::Trigger! River stage one • 1 direct dependent • 1 total dependent

Stash::REST helps you use HTTP::Request::Common to create requests and put responses into a stash for further user. The main objective is to encapsulate the most used HTTP methods and expected response codes for future extensions and analysis by othe...

RENTOCRON/Stash-REST-0.11 - 23 Mar 2017 18:45:08 UTC

REST::Neo4p - Perl object bindings for a Neo4j database River stage one • 1 direct dependent • 1 total dependent

REST::Neo4p provides a Perl 5 object framework for accessing and manipulating a Neo4j <http://neo4j.org> graph database server via the Neo4j REST API. Its goals are (1) to make the API as transparent as possible, allowing the user to work exclusively...

MAJENSEN/REST-Neo4p-0.4003 - 23 Jan 2022 01:02:57 UTC

Nexus::REST - Thin wrapper around Nexus's REST API River stage zero No dependents

Nexus <http://www.sonatype.org/nexus/> is an artifact repository manager from Sonatype <http://www.sonatype.com/>. This module is a thin wrapper around Sonatype' Nexus 3 REST API <https://help.sonatype.com/display/NXRM3/REST+and+Integration+API>. It ...

GNUSTAVO/Nexus-REST-0.002 - 21 Feb 2018 17:23:29 UTC

Gerrit::REST - Thin wrapper around Gerrit's REST API River stage one • 1 direct dependent • 1 total dependent

"Gerrit <https://code.google.com/p/gerrit/> is a web based code review system, facilitating online code reviews for projects using the Git version control system." This module is a thin wrapper around Gerrit's REST API <http://gerrit-documentation.go...

GNUSTAVO/Gerrit-REST-0.011 - 16 Aug 2014 21:24:02 UTC

Apache2::REST - Micro framework for REST API implementation under apache2/mod_perl2/apreq2 River stage zero No dependents

JETEVE/Apache2-REST-0.07 - 24 Sep 2010 11:57:30 UTC

MPMinus::REST - Base class of the MPMinus REST server River stage one • 1 direct dependent • 1 total dependent

This module allows you to quickly and easily write a mod_perl2 REST server Please note! This module REQUIRES Apache 2.2+ and mod_perl 2.0+ So. And now about REST and RESTfull Information bellow has been copied from page <https://spring.io/understandi...

ABALAMA/MPMinus-1.21 - 18 May 2019 08:22:48 UTC

REST::Resource - Provide base class functionality for RESTful servers. River stage zero No dependents

This is a fork of WWW::Resource 0.01. The major changes are: [] Full OO implementation [] Overt abstract base class design [] Support of Perl 5.6 [] Support for use with CGI interface. [] Support for HEAD and TRACE. [] Method / handler registration t...

FROTZ/REST-Resource-0.5.2.4 - 02 May 2007 15:18:18 UTC

CloudApp::REST - Perl Interface to the CloudApp REST API River stage zero No dependents

MDIETRICH/CloudApp-REST-0.02 - 12 Feb 2011 17:14:04 UTC

RT::Client::REST - Client for RT using REST API River stage one • 4 direct dependents • 4 total dependents

RT::Client::REST is /usr/bin/rt converted to a Perl module. I needed to implement some RT interactions from my application, but did not feel that invoking a shell command is appropriate. Thus, I took rt tool, written by Abhijit Menon-Sen, and convert...

DJZORT/RT-Client-REST-0.72 - 27 Feb 2023 19:10:10 UTC

Wurm::Grub::REST - Wurm::let grub for generating RESTful services. River stage zero No dependents

Wurm::Grub::REST is a Wurm::let to help build REST-enabled services. It provides a library of light-weight handler wrappers that attempt to conform to the REST protocol specification....

PRAVUS/Wurm-0.0.8 - 04 Apr 2017 14:07:19 UTC

Plack::App::REST - Perl PSGI App that just call http method from object. River stage zero No dependents

Plack::App::REST is simple plack application that call requested method directly from mounted class. Method can be GET, PUT, POST, DELETE, HEAD, PATCH. Each method is called with three params: * Env - Plack Env * Data - Compatibility with Plack::Midd...

VASEKD/Plack-App-REST-0.04 - 09 Sep 2015 07:28:58 UTC

Role::REST::Client - REST Client Role River stage two • 20 direct dependents • 21 total dependents

This REST Client role makes REST connectivity easy. Role::REST::Client will handle encoding and decoding when using the HTTP verbs. GET HEAD PUT POST DELETE OPTIONS Currently Role::REST::Client supports these encodings application/json application/x-...

KAARE/Role-REST-Client-0.23 - 30 Oct 2018 16:11:02 UTC

Apache2::REST::AppAuth - Base class for application authentication River stage zero No dependents

JETEVE/Apache2-REST-0.07 - 24 Sep 2010 11:57:30 UTC
59 results (0.028 seconds)