BigW Consortium Gitlab
Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
etsy-python
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Forest Godfrey
etsy-python
Commits
ae7170fb
Commit
ae7170fb
authored
May 31, 2010
by
Dan McKinley
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
clarification in the readme re: configuration
parent
3ca4e347
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
3 deletions
+7
-3
README.md
README.md
+7
-3
No files found.
README.md
View file @
ae7170fb
...
...
@@ -61,9 +61,10 @@ on Code as Craft.
## Configuration
For convenience, the package supports local configuration. You can manage your
API keys in a file called $HOME/etsy/keys (or the equivalent on Windows) with
the following format:
For convenience (and to avoid storing API keys in revision control
systems), the package supports local configuration. You can manage
your API keys in a file called $HOME/etsy/keys (or the equivalent on
Windows) with the following format:
<pre>
v1 = 'Etsy API version 1 key goes here'
...
...
@@ -72,6 +73,9 @@ v2 = 'Etsy API version 2 key goes here'
Alternatively, you can specify a different key file when creating an API object.
(Implementation note: the keys file can be any valid python script that defines
a module-level variable for the API version you are trying to use.)
<pre>
from etsy import Etsy
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment