Skycatch / node-box

Box API client for Node.JS
MIT License
21 stars 19 forks source link

Adding support for getting Metadata #8

Closed TinyExplosions closed 9 years ago

TinyExplosions commented 9 years ago

Added two new endpoints; files.getAllMetadata that retrieves all metadata for a given file as well as files.getMetadata that allows you to define a specific path to a metadata entry

lyaunzbe commented 9 years ago

Awesome, really appreciate this PR @TinyExplosions! Thanks!!!

If you have the time, it would be great if you could add the method + a description how to use it in the Example Usage section of the ReadMe.

TinyExplosions commented 9 years ago

No problem @lyaunzbe, I'll get those docs updated later today for you!