GlobalNOC / GRNOC-WebService

GRNOC::WebService Perl Module
Apache License 2.0
0 stars 5 forks source link

SCTASK0065607 - Add a Total Field to OESS API call returns #27

Open jonstout opened 3 years ago

jonstout commented 3 years ago

It would be super nice if the oess api returned a "total"

{
  total: "46",
  results: [
    ...
  ]
}

Issue copied over from https://github.com/GlobalNOC/OESS/issues/1234