Skip to content

alberto-i/qi-sharefile-node-api

 
 

Repository files navigation

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 - alberto@precisao-i.com Original Project Link: https://github.com/alberto-i/qi-sharefile-node-api

Original developer: Justin Rowland - jcrowland7@gmail.com Original Project Link: https://github.com/jc-rowland/sharefile-node-api

About

Node based API for Sharefile

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 99.5%
  • JavaScript 0.5%