kore/examples
Joris Vink 9cfcd9a4be JSON API improvements.
- Try harder to mark integers as KORE_JSON_TYPE_INTEGER, especially if
  they fit in the internal representation of one (int64_t).

- Move error codes into the JSON code itself, rather then requiring
  a kore_json data structure. This allows the JSON API to relay errors
  such as "item not found" or "type mismatch" properly when looking at items.

- When asking for a KORE_JSON_TYPE_INTEGER_U64 and a KORE_JSON_TYPE_INTEGER
  was found with the same name, check if it could be returned properly and do
  so if possible.
2021-03-30 14:19:48 +02:00
..
async-curl Move Kore hook functions to kore/hooks.h. 2021-01-11 23:58:26 +01:00
cookies Replace static/dynamic with a single option: route 2019-11-15 08:11:02 +01:00
cpp Replace static/dynamic with a single option: route 2019-11-15 08:11:02 +01:00
generic Fix a couple of typos in various places. 2020-09-08 13:01:18 +02:00
headers Replace static/dynamic with a single option: route 2019-11-15 08:11:02 +01:00
integers Replace static/dynamic with a single option: route 2019-11-15 08:11:02 +01:00
json JSON API improvements. 2021-03-30 14:19:48 +02:00
json_yajl Replace static/dynamic with a single option: route 2019-11-15 08:11:02 +01:00
jsonrpc Fix a couple of typos in various places. 2020-09-08 13:01:18 +02:00
memtag Replace static/dynamic with a single option: route 2019-11-15 08:11:02 +01:00
messaging Replace static/dynamic with a single option: route 2019-11-15 08:11:02 +01:00
nohttp Move Kore hook functions to kore/hooks.h. 2021-01-11 23:58:26 +01:00
parameters Fix a couple of typos in various places. 2020-09-08 13:01:18 +02:00
pgsql Replace static/dynamic with a single option: route 2019-11-15 08:11:02 +01:00
pgsql-sync Replace static/dynamic with a single option: route 2019-11-15 08:11:02 +01:00
pipe_task Move Kore hook functions to kore/hooks.h. 2021-01-11 23:58:26 +01:00
python-async Move Kore hook functions to kore/hooks.h. 2021-01-11 23:58:26 +01:00
python-echo Move Kore hook functions to kore/hooks.h. 2021-01-11 23:58:26 +01:00
python-pgsql Fix a couple of typos in various places. 2020-09-08 13:01:18 +02:00
sse Replace static/dynamic with a single option: route 2019-11-15 08:11:02 +01:00
tasks Move Kore hook functions to kore/hooks.h. 2021-01-11 23:58:26 +01:00
tls-proxy Allow multiple binds on new server directive. 2019-09-27 20:00:35 +02:00
upload Replace static/dynamic with a single option: route 2019-11-15 08:11:02 +01:00
video_stream Replace static/dynamic with a single option: route 2019-11-15 08:11:02 +01:00
websocket Replace static/dynamic with a single option: route 2019-11-15 08:11:02 +01:00
Makefile add async-curl example to the makefile 2019-04-30 20:38:12 +02:00