-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Download only attachments by specified task types
in addition fixed a bug where attachments would not download anymore due to superfluous API key header
- Loading branch information
Showing
5 changed files
with
55 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,11 @@ | ||
# How to | ||
* Double click the Daluxify.jar to generate the app folder structure * | ||
* Double click the Daluxify.jar to generate the app folder structure | ||
* Navigate to the config folder and add your Dalux API key to api-key.txt | ||
* Add the Dalux base URL to the base-url.txt file | ||
* Add the project names of the projects you want to use to project-name.txt (each line represents a project) | ||
* Add the task types you are interested in to task-types.txt (each line represents a task type) | ||
* Now double click Daluxify.jar again and let the magic happen * | ||
|
||
|
||
\*) alternatively you can execute the .jar through the command line to track the progess | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters