App-Adenosine
    
    
  
  
  
view release on metacpan or search on metacpan
    this whenever you want to change hosts, anytime).
          $ adenosine http://127.0.0.1:8080/data
          http://127.0.0.1:8080/data*
    Make some HTTP requests.
          $ GET /blogs.json
          [ {"id" : 1, "title" : "first post", "body" : "This is the first post"}, ... ]
    
          $ PUT /blogs/2.json '{"id" : 2, "title" : "updated post", "body" : "This is the new."}'
          {"id" : 2, "title" : "updated post", "body" : "This is the new."}
    
          $ DELETE /blogs/2
    
          $ POST /blogs.json '{"title" : "new post", "body" : "This is the new new."}'
          {"id" : 204, "title" : "new post", "body" : "This is the new new."}
What's Next?
    Check out some of the plugins available for adenosine! Right now
    there's just two, Rainbow and Stopwatch. To use them, edit the
    
  
  
  bin/adenosine view on Meta::CPAN
whenever you want to change hosts, anytime).
      $ adenosine http://127.0.0.1:8080/data
      http://127.0.0.1:8080/data*
Make some HTTP requests.
      $ GET /blogs.json
      [ {"id" : 1, "title" : "first post", "body" : "This is the first post"}, ... ]
      $ PUT /blogs/2.json '{"id" : 2, "title" : "updated post", "body" : "This is the new."}'
      {"id" : 2, "title" : "updated post", "body" : "This is the new."}
      $ DELETE /blogs/2
      $ POST /blogs.json '{"title" : "new post", "body" : "This is the new new."}'
      {"id" : 204, "title" : "new post", "body" : "This is the new new."}
=head1 What's Next?
Check out some of the plugins available for adenosine!  Right now there's just
two, C<Rainbow> and C<Stopwatch>.  To use them, edit the F<bin/adenosine> file and
    
  
  
  
( run in 0.559 second using v1.01-cache-2.11-cpan-0a6323c29d9 )