Remove retrieve vote by vote_id

After talking to @r-marques and @libscott:

    - A vote's id is currently generated by RethinkDB
    - To verify a vote, the signature and the pubkey should be used
    - Vote's id will be removed from the "external" vote model in the
    future
    - Nobody would want to retrieve a vote, but rather a vote by block

In case of the HTTP API, this means that a /votes/vote_id endpoint is
not feasible to implement.
This commit is contained in:
tim 2016-11-25 14:13:46 +01:00
parent 0c651f6b11
commit df3ded315c

View File

@ -636,14 +636,8 @@ Blocks
Votes
--------------------------------
.. http:get:: /votes/{vote_id}
Descriptions: TODO
.. http:get:: /votes?block_id={block_id}
Descriptions: TODO
.. http:get:: /votes?block_id={block_id}&voter={voter}
Descriptions: TODO