Commit Graph

11 Commits

Author SHA1 Message Date
Lucas Verney b7c539a932 Add a /list endpoint to the server
Add a new `/list` endpoint to the server. This endpoint lists all the
available modules and their configuration options.
2016-10-04 03:32:03 +02:00
Lucas Verney 96634a322e Codestyle homogeneization 2016-10-03 03:24:01 +02:00
Lucas Verney 079184855d Implement a modules listing function 2016-10-01 03:05:57 +02:00
Lucas Verney 238cf61acc Server script and better debugging tools 2016-09-30 16:09:08 -04:00
Lucas Verney 2ea9877be5 Better doc + credits 2016-09-30 11:37:29 -04:00
Lucas Verney 4820290aae Update modules prior to running them. Closes #1. 2016-09-30 05:44:30 +02:00
Lucas Verney 12401f616b Avoid an AttributeError if no session is used for a module 2016-09-30 05:30:38 +02:00
Lucas Verney 6fb8a24e48 Continue weboob wrapper
* Export full absolute URLs in resulting JSON.
* Export session cookies in resulting JSON, to download required files
on Cozy side.
* Add comments in the code.
2016-09-30 05:03:09 +02:00
Lucas Verney 905c141c13 No longer hardcoding capabilities
* More logging
* Using getpass in dev environment to ease passwords manipulation
* Dynamic capabilities fetching for each module
2016-09-29 05:09:14 +02:00
Lucas Verney 094696a0cd Read JSON definitions of connectors to use on stdin 2016-09-28 17:28:29 -04:00
Lucas Verney 0abbf06225 First demo of JSON export for Amazon 2016-09-28 15:38:55 -04:00