Nate
Nate
For future reference, a simple work around here is to do a simple curl request while still using the OAuth infrastructure provided by this framework: ```php function getTrialBalanceReport($creds, $startDate, $endDate)...
I've tried a bunch of different places to register ajax calls, but the only way I've been able to register ajax calls is in the base plugin file `your-plugin.php` before...
Here's the code for the end of my base plugin file. I'd really like a better way of doing this. ``` php /** * Begins execution of the plugin. *...