-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: make adapter -> enterprise communication async
Makes all API calls to Enterprise asyncronous by using the result store to maintain state in memory of requests. The exception is the call to the feeds endpoint as that is used to verify the connection between the adapter and Enterprise so that should continue to be a synchronous request. Signed-off-by: Bradley Jones <[email protected]>
- Loading branch information
1 parent
5c3d59d
commit ed158c8
Showing
4 changed files
with
338 additions
and
89 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.