NAME
    Catmandu::CA - Catmandu interface to CollectiveAccess
    
SYNOPSIS
        # From the command line
        catmandu export CA to YAML --id 1234 --username demo --password demo --url http://demo.collectiveaccess.org
    
        # From a Catmandu Fix
        lookup_in_store(
          object_id,
          CA,
          url: http://demo.collectiveaccess.org,
          username: demo,
          password: demo
        )
MODULES
      * Catmandu::Store::CA
      * Catmandu::Store::VKC
      * Catmandu::CA::API
AUTHOR
    Pieter De Praetere 
COPYRIGHT
    Copyright 2017- PACKED vzw
LICENSE
    This library is free software; you can redistribute it and/or modify it
    under the same terms as Perl itself.
SEE ALSO
    Catmandu Catmandu::Store::CA Catmandu::Store::VKC Catmandu::CA::API