hoprnet / hopr-core

Main repository of HOPR - this is all you need to run a node on the HOPR network!
https://hoprnet.org
GNU General Public License v3.0
14 stars 5 forks source link

improve indexer get method #13

Closed nionis closed 4 years ago

nionis commented 4 years ago

After our discussion with @robertkiel we decided to improve indexer's 'get' method. The goal is that when only one party is provided to the query, instead of querying 'partyA' or 'partyB', we query both.

This will make the API more intuitive.