From b131011feef10ca49a56865ce407815a7ac5c095 Mon Sep 17 00:00:00 2001 From: Moul <moul@moul.re> Date: Wed, 19 Dec 2018 21:48:12 +0100 Subject: [PATCH 1/2] [doc] bma: add wot/identity-of --- doc/HTTP_API.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/doc/HTTP_API.md b/doc/HTTP_API.md index 442dfad28..4c404e64e 100644 --- a/doc/HTTP_API.md +++ b/doc/HTTP_API.md @@ -17,6 +17,7 @@ * [requirements/[PUBKEY]](#wotrequirementspubkey) * [certifiers-of/[search]](#wotcertifiers-ofsearch) * [certified-by/[search]](#wotcertified-bysearch) + * [identity-of/[search]](#wotidentity-ofsearch) * [blockchain/](#blockchain) * [parameters](#blockchainparameters) * [membership](#blockchainmembership) @@ -71,6 +72,7 @@ Data is made accessible through an HTTP API mainly inspired from [OpenUDC_exchan | |-- requirements/[pubkey] | |-- certifiers-of/[uid|pubkey] | |-- certified-by/[uid|pubkey] + | |-- identity-of/[uid|pubkey] | |-- members | `-- lookup |-- blockchain/ @@ -82,11 +84,11 @@ Data is made accessible through an HTTP API mainly inspired from [OpenUDC_exchan | |-- joiners | |-- actives | |-- leavers - |-- revoked + | |-- revoked | |-- excluded | |-- ud | |-- tx - -- branches + | |-- branches | |-- hardship | | `-- [PUBKEY] | |-- block -- GitLab From 2d662e2652aa9543484b85441ce18eb2dcccf0ec Mon Sep 17 00:00:00 2001 From: Moul <moul@moul.re> Date: Wed, 19 Dec 2018 21:51:01 +0100 Subject: [PATCH 2/2] [doc] bma: add wot/members and correct order wot/lookup --- doc/HTTP_API.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/doc/HTTP_API.md b/doc/HTTP_API.md index 4c404e64e..7ad4f00b9 100644 --- a/doc/HTTP_API.md +++ b/doc/HTTP_API.md @@ -14,6 +14,7 @@ * [certify](#wotcertify) * [revoke](#wotrevoke) * [lookup/[search]](#wotlookupsearch) + * [members](#wotmembers) * [requirements/[PUBKEY]](#wotrequirementspubkey) * [certifiers-of/[search]](#wotcertifiers-ofsearch) * [certified-by/[search]](#wotcertified-bysearch) @@ -69,12 +70,12 @@ Data is made accessible through an HTTP API mainly inspired from [OpenUDC_exchan | |-- add | |-- certify | |-- revoke + | |-- lookup[uid|pubkey] + | |-- members | |-- requirements/[pubkey] | |-- certifiers-of/[uid|pubkey] | |-- certified-by/[uid|pubkey] - | |-- identity-of/[uid|pubkey] - | |-- members - | `-- lookup + | `-- identity-of/[uid|pubkey] |-- blockchain/ | |-- parameters | |-- membership -- GitLab