This repository has been archived by the owner on Jan 19, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 121
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #59 from salesforce-marketingcloud/v1.2.0
V1.2.0
- Loading branch information
Showing
2,733 changed files
with
431,648 additions
and
156 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,5 +1,6 @@ | ||
# OS X | ||
.DS_Store | ||
fuelsdk.properties | ||
|
||
# Eclipse | ||
.classpath | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
## Version 1.2.0 - 08/08/2017 ## | ||
* Project tree structure | ||
* Source Packages : SDK package (src/main/java/com/exacttarget/fuelsdk/) | ||
* Test Packages : JUnit test package (src/test/java/com/exacttarget/fuelsdk/) | ||
* Annotation Packages : The annotation package (src/main/java/com/exacttarget/fuelsdk/annotations/) | ||
* Documentation : SDK API HTML documentation (docs/) | ||
|
||
* New addition to the source packages | ||
- Added ETProfileAttribute.java to create new Subcriber | ||
- Added SendClassification on ETTriggeredEmail to create new Triggered Send Definition | ||
|
||
* JUnit test case : This covers basic happy path testing. All the test cases use “ET” classes. Advanced and more comprehensive test cases will be added in future releases. Added new JUnit test cases: | ||
- ETCampaignTest.java | ||
- ETCampaignAssetTest.java | ||
- ETEmailTest.java | ||
- ETListTest.java | ||
- ETSubscriberListTest.java | ||
- ETSubscriberTest.java | ||
- ETTriggeredTest.java | ||
|
||
* API docs : added API documentation using doxygen documentation framework. (under docs/ directory) | ||
|
Oops, something went wrong.