work on exchanging data
This commit is contained in:
parent
67a84e2a19
commit
033290656a
6 changed files with 152 additions and 11 deletions
26
docs/api.md
Normal file
26
docs/api.md
Normal file
|
@ -0,0 +1,26 @@
|
|||
HTTP API
|
||||
------------------------------------------------
|
||||
/client/ (Private info, not publicly accessible)
|
||||
|
||||
- hello
|
||||
- hello world
|
||||
- shutdown
|
||||
- exit onionr
|
||||
- stats
|
||||
- show node stats
|
||||
|
||||
/public/
|
||||
|
||||
- firstConnect
|
||||
- initialize with peer
|
||||
- ping
|
||||
- pong
|
||||
- setHMAC
|
||||
- set a created symmetric key
|
||||
- getDBHash
|
||||
- get the hash of the current hash database state
|
||||
- getPGP
|
||||
- export node's PGP public key
|
||||
- getData
|
||||
- get a data block
|
||||
-------------------------------------------------
|
Loading…
Add table
Add a link
Reference in a new issue