Package workspace ::
Package python-fedex ::
Package fedex ::
Module config
|
|
Module config
source code
The config module contains the FedexConfig class, which is passed to the Fedex API
calls. It stores useful information such as your Web Services account
numbers and keys.
It is strongly suggested that you create a single FedexConfig object in your project and pass that to the
various API calls, rather than create new FedexConfig objects haphazardly. This is merely a design
suggestion, treat it as such.
|
FedexConfig
Base configuration class that is used for the different Fedex SOAP
calls.
|
|
__package__ = ' workspace.python-fedex.fedex '
|