TODO: Change the name of this repo
A RESTful document processing server that accepts documents and uses Google Drive to process and return html content
npm install
TODO: Note the issue with creating a token upon file selection to match the request doc and response data
You're reading it!
TODO: Add config instructions for users who setup their own server
Things to include:
- Whitelist of request / response servers
- How to register google api auth credentials
wget documents.karmanotes.org/api/v1/:ID.html
wget documents.karmanotes.org/api/v1/:ID.txt
wget documents.karmanotes.org/api/v1/:ID.stub
wget documents.karmanotes.org/api/v1/:ID
wget
--post-file=:/path/to/file
--post-data= 'name=:filename&pub_date:1999&client=:karmanotes©right=private'
documents.karmanotes.org/api/v1/upload
wget
--post-data='copyright=CC0'
documents.karmanotes.org/api/v1/update/:ID/:SECRET
wget
documents.karmanotes.org/api/v1/delete/:ID/:SECRET
TODO: design the app to this point, see what metadata we want to provide, and then list by that
wget
TODO: there needs to be a list for a given file, reporting what export formats are available along with other relevant meta-data
This library aims to adhere to Semantic Versioning 2.0.0. Violations of this scheme should be reported as bugs. Specifically, if a minor or patch version is released that breaks backward compatibility, that version should be immediately yanked and/or a new version should be immediately released that restores compatibility. Breaking changes to the public API will only be introduced with new major versions.
Copyright (c) 2013 FinalsClub INC See LICENSE for details.