Deprecated.
The maintainer of this distribution has indicated that it is deprecated and no longer suitable for use.
NAME
Acme::Coinbase::Config -- DEPRECATED. Use Finance::GDAX::API or WebService::Coinbase
SYNOPSIS
Example of a usage goes here, such as
my $conf = new Acme::Coinbase::Config( config_file=>$filename);
my $conf->read_config();
my $val = $conf->get_param( "section", "param" );
DESCRIPTION
Manages reading a config file.
METHODS
- my $conf = Acme::Coinbase::Config->new( );
-
returns a new object.
- conf->read_config()
-
reads the config file
- conf->get_param( "section", "param")
-
reads the given parameter from the given section.
COPYRIGHT
Copyright (c) 2018 Josh Rabinowitz, All Rights Reserved.
AUTHORS
Josh Rabinowitz