You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
thank you for rising this topic. We apologize for lack of TypeScript example. I will create an internal ticket to fill that gap.
Unfortunately, I am not able to reproduce your error. It seems that your code works on my environment. Could you try a different approach? I would recommend you to load API client from edgerc file:
let edgeGridClient = new EdgeGrid({
path: '/path/to/.edgerc',
section: 'section-header'
});
Hi @juananinca
We are still unable to reproduce your issue, could you please provide us more details?
File which is causing issues with obfuscated data would be greatly appreciated.
I'm using these versions:
Here is where I'm instantiating the class EdgeGrid:
But when I try to run project I get this message:
Every example I've found in this repo or somewherelse is in javascript but nothing in Typescript.
Any help would be useful.
The text was updated successfully, but these errors were encountered: