diff options
author | Ruben Pollan <meskio@sindominio.net> | 2016-08-04 19:04:09 +0200 |
---|---|---|
committer | elijah <elijah@riseup.net> | 2016-08-26 21:06:15 -0700 |
commit | b655c560a498a750e9effdfd52b82026f68ef137 (patch) | |
tree | 5d3745a8f9093509443206dd5cabf14e1fbca397 /changes | |
parent | 7deebbcc9be005c6b29131985a218f571b89ab8d (diff) |
[feat] add web/js core API
Implements http REST API for the core and bitmask.js generic library to
use this API. For events it uses long polling.
- Resolves: #8265
Diffstat (limited to 'changes')
-rw-r--r-- | changes/next-changelog.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changes/next-changelog.rst b/changes/next-changelog.rst index 3f352eca..26e9cdcd 100644 --- a/changes/next-changelog.rst +++ b/changes/next-changelog.rst @@ -11,6 +11,7 @@ I've added a new category `Misc` so we can track doc/style/packaging stuff. Features ~~~~~~~~ - `#7965 <https://leap.se/code/issues/7965>`_: Add basic keymanagement to the cli. +- `#8265 <https://leap.se/code/issues/8265>`_: Add a REST API and bitmask.js library for it. - Use mail_auth token in the core instead of imap/smtp tokens. - `#1234 <https://leap.se/code/issues/1234>`_: Description of the new feature corresponding with issue #1234. |