Catmandu-Store-REST

 view release on metacpan or  search on metacpan

META.json  view on Meta::CPAN

{
   "abstract" : "Store/retrieve items from a JSON REST-API endpoint",
   "author" : [
      "Pieter De Praetere <pieter@packed.be>"
   ],
   "dynamic_config" : 0,
   "generated_by" : "Dist::Milla version v1.0.17, Dist::Zilla version 6.009, CPAN::Meta::Converter version 2.150010",
   "license" : [
      "perl_5"
   ],
   "meta-spec" : {
      "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",

META.yml  view on Meta::CPAN

---
abstract: 'Store/retrieve items from a JSON REST-API endpoint'
author:
  - 'Pieter De Praetere <pieter@packed.be>'
build_requires:
  Test::More: '0.96'
configure_requires:
  Module::Build::Tiny: '0.034'
dynamic_config: 0
generated_by: 'Dist::Milla version v1.0.17, Dist::Zilla version 6.009, CPAN::Meta::Converter version 2.150010'
license: perl
meta-spec:

README  view on Meta::CPAN

NAME

    Catmandu::Store::REST - Store/retrieve items from a JSON REST-API
    endpoint

SYNOPSIS

      # From the command line
      $ catmandu export REST --id 1234 --base_url https://www.example.org/api/v1/books --query_string /page/1 to YAML
      
      # From a Catmandu Fix
      lookup_in_store(
        book_id,
        REST,

 view all matches for this distribution
 view release on metacpan -  search on metacpan

( run in 0.704 second using v1.00-cache-2.02-grep-82fe00e-cpan-4673cadbf75 )