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

Latest commit

 

History

History
15 lines (11 loc) · 414 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 414 Bytes

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