Commit Graph

219 Commits

Author SHA1 Message Date
ReneBrals
4411c4969f Fixed Typo 2018-01-09 18:40:44 +01:00
ReneBrals
150c49d273 Updated README to include notesInfo and cardsInfo 2018-01-09 18:40:07 +01:00
ReneBrals
2d051c67c1 Fixed notesInfo fetching card IDs belonging to note 2018-01-09 14:24:56 +01:00
ReneBrals
cd6dd8479c Make note/card endpoints more like existing endpoints, removing some Anki-internal fields from it
card.type, card.queue and card.due seem difficult to use to me, maybe
card due date should be introduced when it's represented in a more
meaningful way (like an actual date instead of an integer day).
2018-01-09 14:09:38 +01:00
ReneBrals
63c2eb4887 Added API endpoint to retrieve card/note information. 2018-01-06 20:48:25 +01:00
Alex Yatskov
c60b311eaa
Merge pull request #61 from jingtaozf/master
add support to modify fields of exist note.
2018-01-01 08:51:00 -08:00
Jingtao Xu
7de12f7d4b add support to modify fields of exist note. 2018-01-01 10:34:38 +08:00
Alex Yatskov
aabfc8596b
Merge pull request #59 from bertoncelj1/tests_fix
Update API version check
2017-12-23 11:57:38 -08:00
Anže Bertoncelj
612afa75a1 Update API version check 2017-12-22 22:42:49 +01:00
9ddb7eb19a Updating README.md 2017-10-08 14:34:17 -07:00
6aa40a698f Updating README.md 2017-10-02 09:31:31 -07:00
1c1cf2ec61 Updating README.md 2017-10-01 18:17:39 -07:00
Alex Yatskov
edf66fbcca Merge pull request #53 from txgio/add-css-field
Including the css field on the guiCurrentCard endpoint.
2017-10-01 09:36:35 -07:00
tomasgodoi
01676f7b2c Including the css field on the guiCurrentCard endpoint. 2017-10-01 12:22:04 -03:00
bd071a3dfe Updating README.md 2017-09-29 17:03:48 -07:00
065c199105 fix broken error handling for invalid json 2017-09-15 22:17:52 -07:00
d05ba3c4ed Updating README.md 2017-09-09 22:28:09 -07:00
b45d66a074 Updating README.md 2017-08-30 21:43:15 -07:00
b46dd623f6 Updating README.md 2017-08-30 21:26:28 -07:00
6c9e3126cb Merge branch 'master' into dev 2017-08-30 20:47:18 -07:00
337261245b bump version, improvements to api 2017-08-30 20:47:08 -07:00
26ce24152b add zip script for anki 2.1 2017-08-29 21:17:01 -07:00
Alex Yatskov
b6f2f0fb32 Merge pull request #46 from txgio/travis-tests
Travis tests
2017-08-29 14:18:20 -07:00
tomasgodoi
adcb09bf1e Fixing the addon for the Anki 2.1.x by using it as a module. 2017-08-29 18:16:47 -03:00
tomasgodoi
eabfb97e81 Fixing some paths. 2017-08-29 17:19:21 -03:00
tomasgodoi
0b4948823b Including tests for the Anki 2.1.x version. 2017-08-29 17:16:06 -03:00
8f9b69ede6 Merge branch 'dev' of https://github.com/FooSoft/anki-connect into dev 2017-08-29 08:42:20 -07:00
350b12d580 add decorator for versioning 2017-08-29 08:42:14 -07:00
tomasgodoi
e59347a071 Returning the addon include. 2017-08-29 01:54:41 -03:00
tomasgodoi
4ad5bd71b5 Testing failure case. 2017-08-29 01:51:51 -03:00
tomasgodoi
a9dcea9674 Wating the AnkiConnect to be up to run the tests. 2017-08-29 01:49:13 -03:00
tomasgodoi
1642c48f0c Including the docker host. 2017-08-29 01:34:08 -03:00
tomasgodoi
a78630f5e4 Changing start directory. 2017-08-29 01:29:58 -03:00
tomasgodoi
dad6ef54dd Changing file permission. 2017-08-29 01:24:55 -03:00
tomasgodoi
86d6ff8b63 Including travis tests. 2017-08-29 01:21:32 -03:00
tomasgodoi
0c9cd00b9c Moving the docker stuff to another folder. 2017-08-29 00:18:10 -03:00
tomasgodoi
a36dfab38d Merge branch 'master' into travis-tests 2017-08-29 00:13:57 -03:00
Alex Yatskov
1645d5b210 Merge pull request #45 from txgio/gui-exit-anki
Creating the guiExitAnki endpoint to allow closing Anki programmatically
2017-08-28 19:41:44 -07:00
tomasgodoi
0adc2e7844 Updating readme. 2017-08-28 23:27:28 -03:00
tomasgodoi
a35313922d Creating the guiExitAnki endpoint to allow closing Anki programmatically. 2017-08-28 23:24:08 -03:00
Alex Yatskov
daf5c96c0a Merge pull request #41 from txgio/bind-address
Allowing to bind on other IP Addresses through an environment variable
2017-08-28 14:08:40 -07:00
Alex Yatskov
0925557d9f Merge pull request #43 from txgio/case-insensitive-headers
Making the incoming headers case insensitive.
2017-08-28 14:08:21 -07:00
tomasgodoi
4787641c7b Making the incoming headers case insensitive. Any reference to incoming headers should now be made with lowercase. 2017-08-28 17:49:58 -03:00
tomasgodoi
b2f4d54ac2 Allowing to bind on other IP Addresses through an environment variable. Writing the corresponding documentation. 2017-08-28 17:15:42 -03:00
074177e90b add decorator for versioning 2017-08-27 15:32:49 -07:00
4c0f211dac Merge branch 'master' of https://github.com/FooSoft/anki-connect 2017-08-27 14:55:44 -07:00
Alex Yatskov
17a07b2871 Merge pull request #39 from techdavid/storage-api
Add storage actions
2017-08-22 13:13:03 -07:00
David Bailey
04cf33a1d0 Update with requested changes 2017-08-22 20:05:12 +01:00
David Bailey
f12af86757 Merge branch 'master' into storage-api 2017-08-22 10:00:42 +01:00
David Bailey
56e8023d5f Update with model actions 2017-08-22 09:58:33 +01:00