-
-
Notifications
You must be signed in to change notification settings - Fork 38
Open
Description
Is there any thought around separating out the Plaid request/response models from the HttpClient logic?
I'm working in a project which needs to parse and manipulate Plaid data, but not download that data from Plaid directly. It would be nice to have access to the C# classes for deserializing JSON without pulling in all of Going.Plaid which depends a bunch of other stuff like Microsoft.Extensions.Http. What about a Going.Plaid.Abstractions package with as few dependencies as possible, which the main Going.Plaid package could depend on?
zce
Metadata
Metadata
Assignees
Labels
No labels