This website requires JavaScript.
Explore
Help
Sign In
phyks
/
cozyweboob
Watch
1
Star
0
Fork
0
You've already forked cozyweboob
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
89893abc4c
cozyweboob
/
.gitignore
5 lines
38 B
Plaintext
Raw
Normal View
History
Unescape
Escape
First demo of JSON export for Amazon
2016-09-28 21:38:55 +02:00
*.pyc
Better doc + credits
2016-09-30 17:37:29 +02:00
*.swp
Fix issue #5 Provide richer API for modules Provide a mechanism to download documents using Weboob modules abilities. If a user wants to download any document, it will be fetched in a temporary folder. The file URI will be passed back in the output JSON. If the users then have access to the server filesystem, they can directly get the requested document and remove temporary files when they are no longer needed. If the users do not have such access, they can use the `/retrieve` endpoint exposed by the webserver to retrieve the content of this file. Note that this endpoint is not designed for a production environment and might expose other sensitive content from your temporary directory. Note also that this endpoint will note delete the temporary file. Closes #5.
2016-10-12 22:07:42 +02:00
konnectors.*.json*
*.json
Reference in New Issue
Copy Permalink