Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.
This repository was archived by the owner on Mar 4, 2025. It is now read-only.

Shared config object #34

@DavidKrpt

Description

@DavidKrpt

Hi, thanks for the package!
I have an app that works the following way: people trust me with their api keys and secrets, I add them to my app, the app makes api calls using their api credentials. Since the app makes calls on behalf of multiple different users, the shared config object becomes an issue. I have to be extra careful to not have simultaneous api calls with different user configs, because I'm afraid when calling init for request B while request A hasn't been sent yet, request A will use request B config. Can you please confirm that this sort of error is in fact possible during simultaneous requests ? If yes, is it possible to initiate multiple instances, each with their own config ?

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions