diff --git a/oxrlib_example.ini b/oxrlib_example.ini new file mode 100644 index 0000000000000000000000000000000000000000..7bf1fedc5f1bd26a464cb8d505b070c168ca19ac --- /dev/null +++ b/oxrlib_example.ini @@ -0,0 +1,25 @@ +[OXR] +# This section includes settings to query the Open Exchange Rates API directly. + +# An App ID provided by OXR. +app_id = abcd1234... + +[Cache] +# This optional section includes settings to read and write a cache of API +# results on the filesystem. If you omit these settings, results won't be +# cached. + +# The directory to save cache files under. This directory must already exist. +directory = /home/YOU/.cache/oxrlib + +# Save data from the historical API using this filename pattern. +# The pattern must include `{date}` and `{base}`, where API parameters are +# filled in. +historical = {date}_{base}_rates.json + +[Historical] +# This optional section can specify default parameters for historical API calls. + +# Set the base currency. +# Note that setting a base other than USD requires a paid OXR account. +base = USD