PermanentOrg / node-sdk

Node.js SDK for Permanent.org
GNU Affero General Public License v3.0
4 stars 2 forks source link

Add wrapper for get record API call #38

Closed cecilia-donnelly closed 2 years ago

cecilia-donnelly commented 2 years ago

Also add an example script to show how to get the file url, aka the CDN link.

Thanks to @meisekimiu for writing the copy-publish example script, which I used to structure this example, too.

cecilia-donnelly commented 2 years ago

(Sorry to add more functionality before we do our design work, but this is pretty minimal and should be helpful for HyperAudio.)

cecilia-donnelly commented 2 years ago

Okay @meisekimiu I believe I've addressed your comments. Let me know how it looks. This is my first time writing a test in the node-sdk (I think?) so I based it on the tests I saw for earlier record methods. Is it useful in this form?

Thanks again for your review and your patience!