import cif_http_client
http_options = {"verify": False} #don't verify ssl certs
c = cif_http_client.Client("https://cif.example.net/api",
"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx",
http_options,
nolog=True
)
records = c.search(q="example.com")
for r in records:
print r
-
Notifications
You must be signed in to change notification settings - Fork 0
JustinAzoff/cif-http-client-python
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Python Client for the CIF HTTP API
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published