Skip to content
This repository has been archived by the owner on Nov 19, 2021. It is now read-only.

smartlook/woodpecker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Woodpecker

Getting started

Composer

composer require smartsupp/woodpecker

Example:

$woodpecker = new Woodpacker($apiKey, $apiVersion) // $apiVersion is optional, v1 is default
$woodpecker->getProspects();

Documentation will follow but for now, all methods are fully documented in the code.

For more info, please see Woodpecker API Docs