summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-07-14Add data models for GroupSearch APIgroups-apiJesse Morgan
2018-07-14Invert 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-08Add unit tests for groups modelsJesse Morgan
2018-07-08Add Groups Service APIsJesse Morgan
2018-01-24Incrementing the version to 1.3-SNAPSHOTJesse Morgan
2018-01-24Release 1.2v1.2Jesse Morgan
2018-01-23Upgrading httpclientJesse Morgan
2016-09-21Incrementing the version to 1.2-SNAPSHOTJesse Morgan
2016-09-21Release 1.1v1.1Jesse Morgan
2016-09-21Switching individual_profile_from_login_password to POSTJesse 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-21Refactoring AbstractFormSerializerJesse Morgan
Refactoring AbstractFormSerializer to separate the form building logic into a standalone FormBuilder class.
2016-04-09Adding maven example to README.mdJesse Morgan
2016-04-09Fixing formatting in RELEASING.mdJesse Morgan
2016-04-09Adding release instructions so I don't forget later.Jesse Morgan
2016-04-09Incrementing the version to 1.1-SNAPSHOTJesse Morgan
2016-04-09Releasing v1.0v1.0Jesse Morgan
2016-04-09Fixing javadoc.Jesse Morgan
2016-04-09Adding release plugins to pom.xmlJesse Morgan
2016-04-09Improving UpdateIndividualProfileRequest withCustom*FieldJesse 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-09CustomFieldCollection is now case-insensitive.Jesse Morgan
2016-04-06Switching TravisCI to jdk8Jesse Morgan
2016-04-06Adding Travis CI integration.Jesse Morgan
2016-04-06Adding newly supported services to README.mdJesse Morgan
2016-04-06Adding getLookupTable API.Jesse Morgan
2016-03-27Setting content-type on POST requests.Jesse Morgan
2016-03-27Adding the update_individual APIJesse Morgan
2016-03-21Updating pom.xmlJesse Morgan
2016-03-20Changing GetIndividualProfilesRequest to use char[] for password.Jesse Morgan
2016-03-19Attempting to fix list numbering in README.mdJesse Morgan
2016-03-19Adding README.mdJesse Morgan
2016-03-19Initial 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