Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-07-14 | Add data models for GroupSearch APIgroups-api | Jesse Morgan | |
2018-07-14 | Invert GroupProfile active/inactive flag. | Jesse Morgan | |
The flag in CCB is called inactive, but I'm renaming it to active to avoid the negative. | |||
2018-07-08 | Add unit tests for groups models | Jesse Morgan | |
2018-07-08 | Add Groups Service APIs | Jesse Morgan | |
2018-01-24 | Incrementing the version to 1.3-SNAPSHOT | Jesse Morgan | |
2018-01-24 | Release 1.2v1.2 | Jesse Morgan | |
2018-01-23 | Upgrading httpclient | Jesse Morgan | |
2016-09-21 | Incrementing the version to 1.2-SNAPSHOT | Jesse Morgan | |
2016-09-21 | Release 1.1v1.1 | Jesse Morgan | |
2016-09-21 | Switching individual_profile_from_login_password to POST | Jesse Morgan | |
The CCB API has changed such that the individual_profile_from_login_password API now expects the username and password to be sent as a form body. | |||
2016-09-21 | Refactoring AbstractFormSerializer | Jesse Morgan | |
Refactoring AbstractFormSerializer to separate the form building logic into a standalone FormBuilder class. | |||
2016-04-09 | Adding maven example to README.md | Jesse Morgan | |
2016-04-09 | Fixing formatting in RELEASING.md | Jesse Morgan | |
2016-04-09 | Adding release instructions so I don't forget later. | Jesse Morgan | |
2016-04-09 | Incrementing the version to 1.1-SNAPSHOT | Jesse Morgan | |
2016-04-09 | Releasing v1.0v1.0 | Jesse Morgan | |
2016-04-09 | Fixing javadoc. | Jesse Morgan | |
2016-04-09 | Adding release plugins to pom.xml | Jesse Morgan | |
2016-04-09 | Improving UpdateIndividualProfileRequest withCustom*Field | Jesse Morgan | |
The CCB API isn't particularly consistent about how user-defined fields are identified. In most cases the fields associated with an individual are prefixed with "udf_ind_", but when it comes to updating the profile the fields are prefixed with just "udf_". With this change, either form can be used with UpdateIndividualProfileRequest::withCustom*Field. | |||
2016-04-09 | CustomFieldCollection is now case-insensitive. | Jesse Morgan | |
2016-04-06 | Switching TravisCI to jdk8 | Jesse Morgan | |
2016-04-06 | Adding Travis CI integration. | Jesse Morgan | |
2016-04-06 | Adding newly supported services to README.md | Jesse Morgan | |
2016-04-06 | Adding getLookupTable API. | Jesse Morgan | |
2016-03-27 | Setting content-type on POST requests. | Jesse Morgan | |
2016-03-27 | Adding the update_individual API | Jesse Morgan | |
2016-03-21 | Updating pom.xml | Jesse Morgan | |
2016-03-20 | Changing GetIndividualProfilesRequest to use char[] for password. | Jesse Morgan | |
2016-03-19 | Attempting to fix list numbering in README.md | Jesse Morgan | |
2016-03-19 | Adding README.md | Jesse Morgan | |
2016-03-19 | Initial commit for the CCB API Client. | Jesse Morgan | |
The client currently supports the following APIs: * individual_profiles * individual_profile_from_id * individual_profile_from_login_password * individual_profile_from_micr * custom_field_labels |