Commit graph

13 commits

Author SHA1 Message Date
129e43252a
chore: Small cleanup 2024-10-23 13:21:45 +02:00
f849a7e2f6
chore: Remove empty files 2024-10-23 11:27:26 +02:00
430b3b40bb
chore: Run formatters and fix lint errors 2024-10-23 11:06:57 +02:00
Théophile Bastian
32716892d7 API client: Enforce https 2017-10-16 21:24:59 +02:00
Théophile Bastian
2264b0886f Change API protocol to fix json normalization
A dictionnary's order is not deterministic (eg. when switching python
versions), thus the previous protocol would often fail to authenticate a
legitimate request.
2017-10-16 21:24:39 +02:00
Théophile Bastian
97705834fd API client: add default host 2017-10-16 19:54:45 +02:00
Théophile Bastian
fcdbf515e9 API client: fix date input 2017-10-16 19:47:45 +02:00
Théophile Bastian
6892b04742 Don't use random.choices (new with python 3.6)
Poor Debian users.
2017-10-16 17:23:56 +02:00
Théophile Bastian
87071ef526 Make API client a standalone script 2017-10-16 17:05:26 +02:00
Théophile Bastian
673ce754f6 Create PublicationYear on API request
Closes #3
2017-09-24 18:41:31 +02:00
Théophile Bastian
b0f42fbe4b Fix publish API, add basic client 2017-09-24 18:23:48 +02:00
Théophile Bastian
25102a8233 Add API publish view [UNTESTED] 2017-09-24 18:23:36 +02:00
Théophile Bastian
481775a040 Init api 2017-09-23 21:40:45 +02:00