
Tim Ogilvy
-
총 활동 수20
-
마지막 활동
-
회원 가입일
-
내가 팔로우하는 사용자 수0명
-
나를 팔로우하는 사용자 수0명
-
투표 수4
-
플랜 수5
댓글
Tim Ogilvy의 최근 활동-
Looks like the app scaffolds have been updated too... very helpful! https://github.com/zendesk/app_scaffolds Is the only way to keep up to date with this stuff to dig around, or am I missing an obv...
-
Ok so the same principle will work for testing as it does for development. Probably not ideal, but here's my react hook for now to get a client mock in during testing. I'm sure there's a better way...
-
Ok, by using https://www.npmjs.com/package/dotenv-webpack I've been able to inject secrets into my local development shim for the ZAFClient... which should allow me hopefully to hit my dev api ser...
-
I'm looking at the documentation for testing with secure settings here: https://developer.zendesk.com/documentation/apps/app-developer-guide/using-the-apps-framework/#testing-an-app-with-secure-set...
-
Ok... I'm using a react hook to access the ZAFClient as a singleton, to avoid inadvertently creating new instances of it. I can use process.env.NODE_ENV to switch between the two, which means I ...
-
So far I've figured out that by passing in the localhost URL and a guid, the `ZAFClient.init()` method will return true, but that doesn't really help me with figuring out how to polyfill or mock it...
-
Hi Chris, Thanks for this info, really appreciate you looking into this. There's some additional info and screenshots on this ticket if you have access to it:https://support.zendesk.com/hc/en-us/...
-
Thanks Andriy, If there are undocumented sanitisers on the Zendesk end, I would classify them as insanitisers because they are undocumented, and they are driving me insane :D An undocumented saniti...
-
Hi, I'm having similar issues, but nobody has responded to my post or tickets yet, and it has been over a week. https://develop.zendesk.com/hc/en-us/community/posts/4408239110810-Secure-settings-no...