diff options
author | Jesse Morgan <jesse@jesterpm.net> | 2018-08-19 15:57:06 -0700 |
---|---|---|
committer | Jesse Morgan <jesse@jesterpm.net> | 2018-08-19 15:57:06 -0700 |
commit | 54a7a3184dc565fe513aa520e1344b2303ea6834 (patch) | |
tree | 5f66d23cdbec36b4e9e9935688780f216caf4da7 /README.md | |
parent | 9cbf7a7a27977e32c8e275d2bc660787b20ce345 (diff) |
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -17,6 +17,7 @@ Only a few services are currently supported. The client currently supports: * `update_individual` * `group_profiles` * `group_profile_from_id` +* `campus_list` * List Lookup Tables Adding new services is relatively easy. Skip down to the Contributing section @@ -97,7 +98,7 @@ CCBAPIClient is thread-safe and manages its own pool of HTTP connections. ## License -Copyright (c) 2016 Jesse Morgan +Copyright (c) 2016-2018 Jesse Morgan Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: |