Skip to content

Commit

Permalink
Merge branch 'master' of github.com:cryptol0g1c/bitsign-federation
Browse files Browse the repository at this point in the history
  • Loading branch information
afiorenza committed Jan 5, 2018
2 parents 1ddd101 + 9dbcbbd commit a25bd30
Showing 1 changed file with 13 additions and 11 deletions.
24 changes: 13 additions & 11 deletions apiary.apib
Original file line number Diff line number Diff line change
Expand Up @@ -72,22 +72,22 @@ With the token you can query all other endpoints and interact with all blockchai
+ Request (application/json)

{
"email": "alice@crypto.com",
"password": "crafty_password!",
"username": "alice"
"email": "",
"password": "",
"username": ""
}

+ Response 200 (application/json)

{
"success": true,
"data": {
"_id": "5a..1a",
"username": "alice",
"email": "alice@crypto.com",
"etherAddress": "0x94..17",
"etherPrivKey": "0x34..06",
"token": "ey..gk"
"_id": "",
"username": "",
"email": "",
"etherAddress": "",
"etherPrivKey": "",
"token": ""
},
"error": null
}
Expand Down Expand Up @@ -249,9 +249,11 @@ shipping (string)
"token": "<your_token>",
"env": "production",
"args": {
"_user": "<eth-address>"
"_buyer": "",
"_seller": "",
"_endTime": 314159
},
"type": "Notarize",
"type": "Escrow",
"value": "0",
"password": "<your_password>"
}
Expand Down

0 comments on commit a25bd30

Please sign in to comment.