Beefy Boxes and Bandwidth Generously Provided by pair Networks
Keep It Simple, Stupid
 
PerlMonks  

Re^2: JSON WebService Description with PERl

by several (Acolyte)
on May 08, 2012 at 13:14 UTC ( [id://969452]=note: print w/replies, xml ) Need Help??


in reply to Re: JSON WebService Description with PERl
in thread JSON WebService Description with PERl

The current programm consists of CRUD REST operations for different resources.

1: But in order to have these Operations or Calls documented in whatever wiki (current state) we would like to have some kind of a META Call which generates a service description for the current instance. The service documents itself

2: It would be nice to have a client-side which generates a dynamic CLI from the above fetched service description

  • Comment on Re^2: JSON WebService Description with PERl

Replies are listed 'Best First'.
Re^3: JSON WebService Description with PERl
by Anonymous Monk on May 08, 2012 at 13:30 UTC

    Here is an idea, if you've got a model, you can write a generator, see UML to Perl

    Say you created models using Moose (or one of the alternatives) and they use MooseX::Params::Validate ... and now you're providing a RESTful interface to these classes.

    Well, grab UML::Class::Simple and generate some uml, then you feed said uml through ummf to generate whatever you're after, a Joose based validator and jQuery interface to your RESTful api, a perl interface to your RESTful api ...

    But IMHO, JSON really doesn't need a web service description language other than english

    It turns out JSON-RPC-1.1 is contemptible :) http://search.cpan.org/perldoc/JSON::RPC::Common#RANT

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://969452]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others sharing their wisdom with the Monastery: (7)
As of 2024-04-23 13:34 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found