diff options
author | Jesse Morgan <jesse@jesterpm.net> | 2018-07-14 12:13:04 -0700 |
---|---|---|
committer | Jesse Morgan <jesse@jesterpm.net> | 2018-07-14 12:13:04 -0700 |
commit | 808c6323049c1efff52f20d872813f86e21c5b37 (patch) | |
tree | acf7ec4000631e5fa7d5d9a8155367070c23fffa /README.md | |
parent | 35887b81ac23a389f123df529e45fd9c49ce7459 (diff) | |
parent | 633d0cebff548b6a54ac33e464447d93e800bf12 (diff) |
Merge branch 'groups-api'
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -4,8 +4,8 @@ ccb-api-client-java is a Java library for accessing the [Church Community Builder][CCB] [API][APIDOCS]. This library is not provided nor supported by Church Community Builder. -It was build by Jesse Morgan for use in the [Foursquare GROW][GROW] project -and released with the hopes of helping anyone else using the CCB API. +It was build by Jesse Morgan for use in the [Foursquare GROW][GROW] and other +projects and released with the hopes of helping anyone else using the CCB API. Only a few services are currently supported. The client currently supports: @@ -15,6 +15,8 @@ Only a few services are currently supported. The client currently supports: * `individual_profile_from_micr` * `custom_field_labels` * `update_individual` +* `group_profiles` +* `group_profile_from_id` * List Lookup Tables Adding new services is relatively easy. Skip down to the Contributing section |