Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | 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-20 | Changing GetIndividualProfilesRequest to use char[] for password. | 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 |