eugenezadorin / airtable-php

Simple PHP client for Airtable API
20 stars 7 forks source link

Add debug options to Client #13

Open martinopic opened 4 months ago

martinopic commented 4 months ago

It would be useful to debug request/response from to the Client.

My proposal is to add a third optional $options = array() parameter to the Client contructor and use "http_debug" and "http_debug_file" options to use curl debug features.