MallCloud / contracts-api

API for communicating with Ethereum Contracts
0 stars 0 forks source link

Clarification of difference of an access to data OR to a sample data without access to the file #17

Closed markpyzhov closed 6 years ago

markpyzhov commented 6 years ago

The original text of requirements is described in wiki/BlockChain-communication.

  1. Data use can occur through:
    • ...
    • Access to data via API in which the user cannot access the file (i.e., GraphQL)
    • Access to a sample of data via API in which the user cannot access the file (i.e., GraphQL)

@ehillerbrand can you explain how the first sub-item is difference from the second sub-item?

ehillerbrand commented 6 years ago

The only difference was is how the API provides access to the full data set or just a sample of the data. @daemonslayer indicated that this would best be handled using a Rest API

markpyzhov commented 6 years ago

Closed since the proposal is covering that: https://github.com/MallCloud/Algorithm-Market-Platform/issues/74#issuecomment-338514603