Joshua Bartlett

Results 10 comments of Joshua Bartlett

@stijnjanmaat We'll be releasing a standalone wrapper for v3 soon!

@tnorthcutt We're not entirely sure about that, but likely within a month or so. However, our v3 API is still in beta, and does not support many of the actions...

@karvounis No updates, unfortunately, other than that the work has been pushed back. Getting the wrapper/documentation out is definitely on our roadmap, but with no certain dates attached.

@Q-ten Version `1.2.5` was just published to NPM which includes `note_add` in the whitelist.

Hey @leebenson, take a look at this commit on a PR I just opened, should address your issue here: https://github.com/ActiveCampaign/activecampaign-api-nodejs/pull/47/commits/55de1d62662b71c0ed3eba7c45d72177297f59f2

@leebenson The PR fixing your issue is being considered for a future major version release. If you need this change implemented sooner than that please open a PR against the...

Note - in my error logs, a class not found fatal is not raised as my code is running in a WordPress environment where other plugins have loaded their own...

For anyone who comes across this, adding this code block to your scoper.inc.php should correct the issue: ```php 'patchers' => [ function (string $filePath, string $prefix, string $content): string {...

@tomchristie thank you! We'll look into that. The use case is that the app will be deployed in a kubernetes cluster - the main port uses a TLS connection, but...

FYI - I've ended up following this guide: https://fastapi.tiangolo.com/deployment/manually/#hypercorn-with-trio and am no longer using Uvicorn. Hypercorn supports this use case perfectly.