Compare commits

..

No commits in common. "trunk" and "b0e8bb1307f5822f7716250f2da0864f5403de51" have entirely different histories.

3 changed files with 5 additions and 5 deletions

View File

@ -2,4 +2,4 @@
__author__ = """Cassowary Rusnov"""
__email__ = "rusnovc@gmail.com"
__version__ = "0.0.2"
__version__ = "0.0.1"

View File

@ -191,7 +191,7 @@ class APIv4:
objName: str,
where: Optional[List] = None,
limit: Optional[int] = None,
select: Optional[List[str]] = None) -> List:
select=Optional[List[str]]) -> List:
"""
Get objects based on a where clause, optional limit and optional field list.

View File

@ -1,6 +1,6 @@
[metadata]
name = civicrmapi4
version = 0.0.2
version = 0.0.1
description = A simple layer to interact with the CiviCRM APIv4
author = Cassowary Rusnov
author_email = rusnovc@gmail.com
@ -11,7 +11,6 @@ license_file = LICENSE
url =
license = MIT
platform = any
python_requires=">= 3.6"
classifiers =
Development Status :: 3 - Alpha
Intended Audience :: Developers
@ -31,6 +30,7 @@ packages =
zip_safe = true
install_requires =
python_version >= "3.6"
requests
beautifulsoup4