summaryrefslogtreecommitdiff
path: root/src/main/java/com/p4square/ccbapi/CCBAPIClient.java
AgeCommit message (Collapse)Author
2018-08-19Add campus_list APIHEADmasterJesse Morgan
2018-07-08Add Groups Service APIsJesse 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-04-06Adding getLookupTable API.Jesse Morgan
2016-03-27Adding the update_individual APIJesse Morgan
2016-03-20Changing GetIndividualProfilesRequest to use char[] for password.Jesse 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