- Refactor jsonapi into separate module
authorMartin Schanzenbach <mschanzenbach@posteo.de>
Mon, 2 May 2016 16:32:36 +0000 (16:32 +0000)
committerMartin Schanzenbach <mschanzenbach@posteo.de>
Mon, 2 May 2016 16:32:36 +0000 (16:32 +0000)
commitbee208bcd6803829aa26c55a4c8e176a5f2c815f
tree6974bc9e94a1ec938b5376d2631233d2e75baf7d
parentfc9b25be2dbe5392501dbc0b6659c1aa50809bc2
- Refactor jsonapi into separate module
15 files changed:
src/Makefile.am
src/gns/Makefile.am
src/gns/plugin_rest_gns.c
src/identity-provider/Makefile.am
src/identity-provider/identity_token.c
src/identity-provider/plugin_rest_identity_provider.c
src/identity/Makefile.am
src/identity/plugin_rest_identity.c
src/include/gnunet_jsonapi_lib.h [new file with mode: 0644]
src/include/gnunet_rest_lib.h
src/jsonapi/Makefile.am [new file with mode: 0644]
src/jsonapi/jsonapi.c [new file with mode: 0644]
src/namestore/Makefile.am
src/namestore/plugin_rest_namestore.c
src/rest/rest.c