vegaprotocol / data-node

A rich API server for Vega Protocol
https://vega.xyz
Other
3 stars 1 forks source link

Rename new pagination functions for consistency #722

Closed guoguojin closed 2 years ago

guoguojin commented 2 years ago

Started out naming the new paged functions as Paged, but since starting I think Connection makes more sense as the objects they are returning are Connection objects. As such, we now have some functions as Paged and some with Connection.

To get some consistency in the naming, we should rename them all to Connection before making v2 API public.