Skip to content
Snippets Groups Projects
Commit 797a9b26 authored by Moul's avatar Moul
Browse files

Merge branch 'bma_doc' into 'dev'

Bma doc

See merge request !1272
parents 1f2152a4 2d662e26
No related branches found
No related tags found
1 merge request!1272Bma doc
...@@ -14,9 +14,11 @@ ...@@ -14,9 +14,11 @@
* [certify](#wotcertify) * [certify](#wotcertify)
* [revoke](#wotrevoke) * [revoke](#wotrevoke)
* [lookup/[search]](#wotlookupsearch) * [lookup/[search]](#wotlookupsearch)
* [members](#wotmembers)
* [requirements/[PUBKEY]](#wotrequirementspubkey) * [requirements/[PUBKEY]](#wotrequirementspubkey)
* [certifiers-of/[search]](#wotcertifiers-ofsearch) * [certifiers-of/[search]](#wotcertifiers-ofsearch)
* [certified-by/[search]](#wotcertified-bysearch) * [certified-by/[search]](#wotcertified-bysearch)
* [identity-of/[search]](#wotidentity-ofsearch)
* [blockchain/](#blockchain) * [blockchain/](#blockchain)
* [parameters](#blockchainparameters) * [parameters](#blockchainparameters)
* [membership](#blockchainmembership) * [membership](#blockchainmembership)
...@@ -68,11 +70,12 @@ Data is made accessible through an HTTP API mainly inspired from [OpenUDC_exchan ...@@ -68,11 +70,12 @@ Data is made accessible through an HTTP API mainly inspired from [OpenUDC_exchan
| |-- add | |-- add
| |-- certify | |-- certify
| |-- revoke | |-- revoke
| |-- lookup[uid|pubkey]
| |-- members
| |-- requirements/[pubkey] | |-- requirements/[pubkey]
| |-- certifiers-of/[uid|pubkey] | |-- certifiers-of/[uid|pubkey]
| |-- certified-by/[uid|pubkey] | |-- certified-by/[uid|pubkey]
| |-- members | `-- identity-of/[uid|pubkey]
| `-- lookup
|-- blockchain/ |-- blockchain/
| |-- parameters | |-- parameters
| |-- membership | |-- membership
...@@ -82,11 +85,11 @@ Data is made accessible through an HTTP API mainly inspired from [OpenUDC_exchan ...@@ -82,11 +85,11 @@ Data is made accessible through an HTTP API mainly inspired from [OpenUDC_exchan
| |-- joiners | |-- joiners
| |-- actives | |-- actives
| |-- leavers | |-- leavers
|-- revoked | |-- revoked
| |-- excluded | |-- excluded
| |-- ud | |-- ud
| |-- tx | |-- tx
-- branches | |-- branches
| |-- hardship | |-- hardship
| | `-- [PUBKEY] | | `-- [PUBKEY]
| |-- block | |-- block
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment