marketo-rest-api
marketo-rest-api copied to clipboard
PHP client for the Marketo.com REST API
Errors on composer update : "Package guzzle/guzzle is abandoned, you should avoid using it. Use guzzlehttp/guzzle instead." Another error Fatal error: Class 'CSD\Marketo\Client' not found Not sure how this will...
I's great to have array or errors, so you can parse errors messages and perform additional actions. As example: you pass some non-existing (in some cases) custom fields in getLeadByFilterType...
I noticed that Marketo has a useful endpoint exposed via `/rest/v1/leads/describe.json` as described in [MKTO Rest Docs](http://developers.marketo.com/documentation/rest/describe/). The change set to implement this functionality would be very small. I would...