IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 21, 2006, 3:17:34 PM (20 years ago)
Author:
smalle
Message:
  • Added a Root object and associated Product::Parser to query the root of the datastore.
  • The 'is_success' field in a Response now gets its value carried over from the HTTP::Response as intended.
  • The 'data' field in a Response can now be undef to indicate that no records were parsed.
  • Root::request, Product::request, FileSet::request now always return a Response object.
  • FileSets and Files will now have any additional non-standard fields parsed into the @extra array.
  • Updated tests.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/DataStore/lib/DataStore.pm

    r6652 r7951  
    11# Copyright (C) 2006  Joshua Hoblitt
    22#
    3 # $Id: DataStore.pm,v 1.4 2006-03-20 22:09:20 jhoblitt Exp $
     3# $Id: DataStore.pm,v 1.5 2006-07-22 01:17:33 smalle Exp $
    44
    55package DataStore;
     
    111111use DataStore::FileSet::Parser;
    112112use DataStore::FileSet;
     113use DataStore::Product::Parser;
    113114use DataStore::Product;
     115use DataStore::Root;
    114116use DataStore::Response;
    115117use DataStore::Utils;
Note: See TracChangeset for help on using the changeset viewer.