Autodesk-Forge / forge-api-nodejs-client

Forge Node.js SDK: Provides Node.js SDK to help you easily integrate Forge REST APIs into the application
Apache License 2.0
122 stars 87 forks source link

Adds Search endpoint to FoldersApi #22

Closed clowenhg closed 7 years ago

clowenhg commented 7 years ago

The documentation describes page[number] but not page[limit] like it is in the contents endpoint. So I've added it assuming it's a documentation error.

I've added to the FoldersApi spec a similar test as others.

Still needing to test this in a project to ensure it works end to end, but I wanted to get the code in for review.