|
There's a currently pending PR that lets us stop referring to the vector [paging-options query-options] as "paging-options" in the events endpoints, and replaces it with a proper map called "query-options". This means that what we call paging-options in other endpoints (because it's for paging stuff) is called "query-options" in the events endpoints, because in those cases it contains non-paging things like distinct_resources, start_time, etc.
It would be nicer to pick one and use it in all cases, and it seems like the name applicable to all cases is "query-options".
|