Skip to content

JustinAzoff/cif-http-client-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

CIF HTTP Client

Example

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

About

Python Client for the CIF HTTP API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages