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.
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.