Digital
Digital
Thanks for replying, yeah those would be neat, really looking forward to those!
You can use proxy by passing it in method options like so: ```ts const client = new ThreadsAPI(); client.getUserIDfromUsername('meta', { proxy: { host: string; port: number; auth?: { username: string;...
I think it's just supposed to be `http` or `https`.
Not sure how new this is, issue still does occur, but it seems like if i move one layer deeper it starts scanning files. My only idea would that be...
I have the same starting issue with Linux server.
Hi! I’ve been working on a project for a while, and I’m excited to share that it seems to be working well now. I’d love for you to check it...
What's so wrong with my package that provides workaround that it got downvotes?
> > What's so wrong with my package that provides workaround that it got downvotes? > > No idea. Looks pretty good to me. I will check it out sometime...
Well is there a way to run it without a proxy at all? Why is proxy needed?
I didn't realize it was actually running multiple different services, I thought it was just a single service that coordinates the endpoints. Makes sense now why it needs to have...