ChiriVulpes / scryfall-sdk

A Node.js SDK for https://scryfall.com/docs/api, written in TypeScript.
MIT License
99 stars 16 forks source link

Add bulkData() method #26

Closed codetheweb closed 4 years ago

codetheweb commented 4 years ago

Adds a method for the bulk data endpoint.

Thanks for your work on this, the interface is very nicely designed. 👍

(Note: my editor automatically trims extra spaces on lines when saving files, so DOCUMENTATION.md has quite a few line changes where a single space was removed.)

codetheweb commented 4 years ago

Thank you, should have ran tslint first.

Looks good to me.