Update jsonapi to current specs, refactor
authorMartin Schanzenbach <mschanzenbach@posteo.de>
Wed, 4 May 2016 17:18:02 +0000 (17:18 +0000)
committerMartin Schanzenbach <mschanzenbach@posteo.de>
Wed, 4 May 2016 17:18:02 +0000 (17:18 +0000)
commita44744499d8f3df64cc1d15cd6b40b4b0e4a3683
tree27621a6ee20cbe8e344ffdc18c05754e67d67bf3
parentca11046195a840932edb04900669a38cd60ae682
Update jsonapi to current specs, refactor
15 files changed:
src/gns/plugin_rest_gns.c
src/identity-provider/gnunet-service-identity-provider.c
src/identity-provider/plugin_rest_identity_provider.c
src/identity/plugin_rest_identity.c
src/include/gnunet_jsonapi_lib.h
src/jsonapi/Makefile.am
src/jsonapi/jsonapi.c
src/jsonapi/jsonapi_document.c [new file with mode: 0644]
src/jsonapi/jsonapi_error.c [new file with mode: 0644]
src/jsonapi/jsonapi_objects.h [new file with mode: 0644]
src/jsonapi/jsonapi_relationship.c [new file with mode: 0644]
src/jsonapi/jsonapi_resource.c [new file with mode: 0644]
src/jsonapi/test_jsonapi.c
src/namestore/plugin_rest_namestore.c
src/rest/gnunet-rest-server.c