Skip to content

A panda manager REST webapp based on Dancer 2 perl framework

Notifications You must be signed in to change notification settings

jpducassou/perl-app_panda_manager

Repository files navigation

Sample dancer2 application App::Panda::Manager

Installation

cpanm --installdeps --skip-satisfied .
plackup -r bin/app.psgi

Working with the pandas

Create new panda

http --json --form --style monokai ":5000/panda" name=Oswald description="The cutest of all"

Get panda info

http --style monokai ":5000/panda/ruppert"

Kill panda

http --style monokai DELETE ":5000/panda/ruppert"

Mutate panda

http --json --form --style monokai PUT ":5000/panda/ruppert" description="The real rockstar!"

See also

Dancer quickstart

About

A panda manager REST webapp based on Dancer 2 perl framework

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published