Closed siderealex closed 6 years ago
I noticed that as well; get_market_summary
+get_market_summaries
seems to be the one that's more consistent with the current naming convention
I'm ok with this. PRs are welcome
Happy to submit a PR, thanks!
Looks like this is merged. Reopen if I'm wrong.
This I guess is a question of coding style, but it seems to me that the functions
get_market_summaries
andget_marketsummary
are inconsistently named...I propose that a more consistent naming convention is either
[get_market_summaries, get_market_summary]
, or[get_marketsummaries, get_marketsummary]