iov-one / iovns

The IOV Name Service built on cosmos-sdk
Apache License 2.0
11 stars 13 forks source link

REST API parameter name inconsistency #385

Open albertandrejev opened 3 years ago

albertandrejev commented 3 years ago

I've found parameters inconsistency. When you are making /starname/query/accountsInDomain request to the REST api you should provide offset. But it behaves like page. I am pretty sure that page property name is much more informative than offset. Otherwise it leads to misunderstanding.