Finish saving & loading projects-clients mapping from Harvest API and document
This commit is contained in:
parent
e1a2b0cd8b
commit
6aaaffd45b
4 changed files with 26 additions and 6 deletions
|
@ -41,6 +41,15 @@ cd parse-timelogs-for-upload
|
|||
python -m pip install --user -r requirements.txt
|
||||
```
|
||||
|
||||
### Create local environments file
|
||||
|
||||
In a `.env` file, put your Harvest account ID and access token, both of which you can get at https://id.getharvest.com/
|
||||
|
||||
```
|
||||
HARVEST_ACCESS_TOKEN=12345.pt.6W7wKRJEsG73NaNwBWBhv_5rQz1YkiC7_0U-OuYNnYZlMh4xP-HvmloBlrFcpJ5ZbT666HJOhNo3tXispFz4wk
|
||||
HARVEST_ACCOUNT_ID=123456
|
||||
```
|
||||
|
||||
## Usage
|
||||
|
||||
```bash
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue