Skip to content

tpayne84/FullContactSharp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

FullContactSharp

Full Contact C# API Wrapper - Used to query, wrap and cast data from FullContact.com

// Person Data:
// Use the service to perform a search by person email.
var personData = Service.Search(
        apiKey,
        PersonLookup.Email,
        "person@domain.com"
);
// Company Data:
// Use the service to perform a search by company domain.
var companyData = Service.Search(
        apiKey,
        CompanyLookup.Domain,
        "domain.com"
);

About

Full Contact C# API Wrapper

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages