Initial checkin.

This commit is contained in:
2021-11-22 09:54:37 -08:00
commit 616f220cfc
10 changed files with 395 additions and 0 deletions

7
README.md Normal file
View File

@ -0,0 +1,7 @@
# CiviCRM APIv4 #
**alpha state**
This is an extremely thin layer which supports basic operations against CiviCRM's APIv4. It does little processing,
and mostly encodes some knowledge about how to interact with the API so that this code need not be repeated in projects.