@precisao-i/sharefile-node-api

v1.1.1

Published

Unofficial Node based API for Sharefile

Downloads

36

Readme

sharefile-node-api

About The Project

Sharefile API for NodeJS. Basic read/download functionality is implemented at the moment, more to come...

Testing

To run tests, copy the folder /test-data/secrets.sample to /test-data/secrets and fill the API data in auth.ts.

You will also need to upload the following 3 files to your sharefile account, inside the '/Personal Folders/LibTest' folder:

  • ./tests/files/LargeFile.xlsx to /Personal Folders/LibTest/LargeFile.xlsx
  • ./tests/files/EmptyFile.txt to /Personal Folders/LibTest/EmptyFile.txt
  • ./tests/files/SmallFile.txt to /Personal Folders/LibTest/SmallFile.txt

Contributing

This is a project I can only work on in my spare time so any contributions you make are greatly appreciated.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

License

Distributed under the GPL-3.0 License.

Contact

Alberto Wagner - [email protected] Original Project Link: https://github.com/alberto-i/qi-sharefile-node-api

Original developer: Justin Rowland - [email protected] Original Project Link: https://github.com/jc-rowland/sharefile-node-api