1.0-dev #27
brentscheffler
started this conversation in
Show and tell
1.0-dev
#27
Replies: 1 comment
-
Just wanted to say that I am super appreciative of this library and that I really like the resource based setup now. It aligns more with how the official API works and just makes sense. 👍 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am close to wrapping up and publishing the 1.0 release of plaid-sdk-php. I have a couple things I wanted to share with everyone in preparation and get some last minute feedback. Please take a look at the 1.0-dev branch for more context.
Plaid
class has become an unmanageable "God class". I've decided to break apart the endpoints into "resources" accessible from thePlaid
class. The method names and signature have remained the same to at least minimize the amount of code changes required. For example, the$plaid->getItems()
method, has been moved to$plaid->items->getItems()
.Beta Was this translation helpful? Give feedback.
All reactions