plaid / quickstart

Get up and running with Plaid Link and the API in minutes
https://plaid.com/docs/quickstart
MIT License
602 stars 645 forks source link

Adh add statements to quickstart #466

Closed phoenixy1 closed 8 months ago

phoenixy1 commented 8 months ago

cc: @shivtools for visibility but really requesting the review from Todd.

Adds statements to the quickstart in preparation for the GA launch. Originally I thought it would be cool to have it list multiple statements and have a separate PDF download link for each one but I quickly realized that that would be kind of a lot of work and that it would be MUCH easier to just re-use the framework we built for downloading asset report PDFs, which only supports one PDF. It's fine. A lot of the quickstart examples are super-simple.

I'm actually quite proud of adding some of the extra print statements, like console.log(error);. The existing Quickstart logging is not that great and prettyprint response doesn't work a lot of the time (it only works for certain failure responses) so it's nice to have better logging on the quickstart.

Uh other than that I think this is mostly pretty self-explanatory.

ToddKerpelman commented 8 months ago

This looks nice! I tested it in Node and Python, and both of those backends work.